From 18878853e9609f8270579d2d49fb96d99fa84784 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 20 Oct 2002 07:56:29 +0000 Subject: 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. --- net/openslp/files/slpd.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net/openslp') 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}" -- cgit v1.2.3