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
commite67eb9881a5ef81d0b538f80e4c99e55dfbe8417 (patch)
treeacce9d0336462018b62eeaf51f46e5c049a6344c /net/openslp
parente4cbb936ec229ac52247d9b526f4dba60528324b (diff)
downloadpkgsrc-e67eb9881a5ef81d0b538f80e4c99e55dfbe8417.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