summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-18 03:30:20 +0000
committerjlam <jlam@pkgsrc.org>2001-08-18 03:30:20 +0000
commite5963765afec71329ccc6ac8bbdfdd9b6ba2968f (patch)
treeb4f91c5bc2ddb1fe5715a56b8e3620a0ea51550e /net
parent5d16977d5965010aa405c85b4641a7d3d3a3490f (diff)
downloadpkgsrc-e5963765afec71329ccc6ac8bbdfdd9b6ba2968f.tar.gz
Use ${name} instead of "slpd".
Diffstat (limited to 'net')
-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 eebea7d06c9..a77046f74bb 100644
--- a/net/openslp/files/slpd.sh
+++ b/net/openslp/files/slpd.sh
@@ -12,8 +12,8 @@ fi
name="slpd"
rcvar=${name}
-command="@PREFIX@/sbin/slpd"
-pidfile="/var/run/slpd.pid"
+command="@PREFIX@/sbin/${name}"
+pidfile="/var/run/${name}.pid"
required_files="/etc/slp.conf"
if [ ! -d /etc/rc.d ]