diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-08-14 00:14:07 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-08-14 00:14:07 +0000 |
commit | e2cd1247176376b58e8acf1f93c722c24604e6fe (patch) | |
tree | ff4bf125482f0b2c6b42821b5c9a47ffef380b71 /net/rwhois | |
parent | 8e92340f89af61a862a7618c6b57cb32eec69f22 (diff) | |
download | ports-e2cd1247176376b58e8acf1f93c722c24604e6fe.tar.gz ports-e2cd1247176376b58e8acf1f93c722c24604e6fe.zip |
Notes
Diffstat (limited to 'net/rwhois')
-rw-r--r-- | net/rwhois/files/rwhoisd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rwhois/files/rwhoisd.sh b/net/rwhois/files/rwhoisd.sh index 878e8877aa44..cc977b591234 100644 --- a/net/rwhois/files/rwhoisd.sh +++ b/net/rwhois/files/rwhoisd.sh @@ -10,7 +10,7 @@ start) # remove or comment the following line and uncomment the one below it once you have # configured your server's data echo "rwhoisd not started; sample data still in place. See ${PREFIX}/share/doc/rwhois for details." - #[ -x ${PREFIX}/lib/rwhois/sbin/rwhoisd ] && ${PREFIX}/lib/rwhois/sbin/rwhoisd -c ${PREFIX}/lib/rwhois/rwhoisd.conf & && echo -n ' rwhoisd' + #if [ -x ${PREFIX}/lib/rwhois/sbin/rwhoisd ]; then (${PREFIX}/lib/rwhois/sbin/rwhoisd -c ${PREFIX}/lib/rwhois/rwhoisd.conf &); echo -n ' rwhoisd'; fi ;; stop) # killall rwhoisd && echo -n ' rwhoisd |