mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b480a590c2
* "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.
5 lines
101 B
Bash
5 lines
101 B
Bash
#!/bin/sh
|
|
[ -x /usr/local/sbin/ircd ] \
|
|
&& /usr/local/sbin/ircd >/dev/null 2>&1 \
|
|
&& echo -n " ircd"
|