diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-20 07:57:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-20 07:57:57 +0000 |
commit | 38a950e8f7760fbcd076396cd41336bd69630923 (patch) | |
tree | acce9d0336462018b62eeaf51f46e5c049a6344c /net/openslp | |
parent | 18878853e9609f8270579d2d49fb96d99fa84784 (diff) | |
download | pkgsrc-38a950e8f7760fbcd076396cd41336bd69630923.tar.gz |
Honor PKG_SYSCONFDIR.
Diffstat (limited to 'net/openslp')
-rw-r--r-- | net/openslp/files/slpd.sh | 4 |
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 |