From 38a950e8f7760fbcd076396cd41336bd69630923 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 20 Oct 2002 07:57:57 +0000 Subject: Honor PKG_SYSCONFDIR. --- net/openslp/files/slpd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/openslp') 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 -- cgit v1.2.3