summaryrefslogtreecommitdiff
path: root/net/openslp
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-20 07:57:57 +0000
committerjlam <jlam>2002-10-20 07:57:57 +0000
commit9ec537027bff3fe60cb3c8d5b8080b89cc4b5f7f (patch)
treeacce9d0336462018b62eeaf51f46e5c049a6344c /net/openslp
parentab0593bbd49814acccfe8cd8a66f3a708d5e0ea7 (diff)
downloadpkgsrc-9ec537027bff3fe60cb3c8d5b8080b89cc4b5f7f.tar.gz
Honor PKG_SYSCONFDIR.
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