summaryrefslogtreecommitdiff
path: root/net/openslp
diff options
context:
space:
mode:
Diffstat (limited to 'net/openslp')
-rw-r--r--net/openslp/files/slpd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openslp/files/slpd.sh b/net/openslp/files/slpd.sh
index 8911dd707fe..436d078c348 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.8 2002/10/20 07:56:29 jlam Exp $
+# $NetBSD: slpd.sh,v 1.9 2002/10/20 07:57:57 jlam Exp $
#
# Service Location Protocol daemon
#
@@ -16,7 +16,7 @@ name="slpd"
rcvar=${name}
command="@PREFIX@/sbin/${name}"
pidfile="/var/run/${name}.pid"
-required_files="/etc/slp.conf"
+required_files="@PKG_SYSCONFDIR@/slp.conf"
if [ -f /etc/rc.subr ]
then