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
commite4cbb936ec229ac52247d9b526f4dba60528324b (patch)
tree5801b53abb8711dc049f3658320f1827d96b3b33 /net/openslp
parent2c5079707f5416796027ba637f29c0ee21f23000 (diff)
downloadpkgsrc-e4cbb936ec229ac52247d9b526f4dba60528324b.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}"