diff options
author | Donald Burr <dburr@FreeBSD.org> | 1998-06-07 15:58:21 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1998-06-07 15:58:21 +0000 |
commit | b480a590c265ecb73f6472cf9ac6cde59912fe1e (patch) | |
tree | a9fbf7b987e1d074b34c4097e9df98bc49616466 /irc/ircd-hybrid/files | |
parent | 53045a4b2f0382d43b566f4ee29e4fb62d8e221e (diff) | |
download | ports-b480a590c265ecb73f6472cf9ac6cde59912fe1e.tar.gz ports-b480a590c265ecb73f6472cf9ac6cde59912fe1e.zip |
Notes
Diffstat (limited to 'irc/ircd-hybrid/files')
-rw-r--r-- | irc/ircd-hybrid/files/ircd.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/ircd-hybrid/files/ircd.sh b/irc/ircd-hybrid/files/ircd.sh new file mode 100644 index 000000000000..c594f090e1d3 --- /dev/null +++ b/irc/ircd-hybrid/files/ircd.sh @@ -0,0 +1,4 @@ +#!/bin/sh +[ -x /usr/local/sbin/ircd ] \ +&& /usr/local/sbin/ircd >/dev/null 2>&1 \ +&& echo -n " ircd" |