1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/irc/ircd-hybrid/files/ircd.sh
Donald Burr b480a590c2 * Added a nice little "ircd.sh" file for etc/rc.d.
* "example.conf.trillian", a much more detailed and informative (with
  comments!) is now also installed.
* Fixed Makefile to install these new files, plus removed a bogus comment
  that I had accidentally left in there.
* Updated PLIST with the new files.
1998-06-07 15:58:21 +00:00

5 lines
101 B
Bash

#!/bin/sh
[ -x /usr/local/sbin/ircd ] \
&& /usr/local/sbin/ircd >/dev/null 2>&1 \
&& echo -n " ircd"