summaryrefslogtreecommitdiff
path: root/net/openslp
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-20 07:56:29 +0000
committerjlam <jlam>2002-10-20 07:56:29 +0000
commitab0593bbd49814acccfe8cd8a66f3a708d5e0ea7 (patch)
tree5801b53abb8711dc049f3658320f1827d96b3b33 /net/openslp
parentac0e4d7768250d56fbe1e2a461305f37711224d4 (diff)
downloadpkgsrc-ab0593bbd49814acccfe8cd8a66f3a708d5e0ea7.tar.gz
Don't default to slpd=NO anymore, as rc.d scripts aren't copied into
/etc/rc.d by default any longer. This causes the usual warning to be emitted when the script is executed.
Diffstat (limited to 'net/openslp')
-rw-r--r--net/openslp/files/slpd.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/openslp/files/slpd.sh b/net/openslp/files/slpd.sh
index 13a209c9459..8911dd707fe 100644
--- a/net/openslp/files/slpd.sh
+++ b/net/openslp/files/slpd.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: slpd.sh,v 1.7 2002/09/20 02:01:58 grant Exp $
+# $NetBSD: slpd.sh,v 1.8 2002/10/20 07:56:29 jlam Exp $
#
# Service Location Protocol daemon
#
@@ -21,7 +21,6 @@ required_files="/etc/slp.conf"
if [ -f /etc/rc.subr ]
then
load_rc_config $name
- eval [ -z "\$${rcvar}" ] && eval ${rcvar}=NO
run_rc_command "$1"
else
@ECHO@ -n " ${name}"