summaryrefslogtreecommitdiff
path: root/net/openslp
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-18 03:30:20 +0000
committerjlam <jlam>2001-08-18 03:30:20 +0000
commited475c4c1c3e37515d0247e3d33cae05e3cc1241 (patch)
treeb4f91c5bc2ddb1fe5715a56b8e3620a0ea51550e /net/openslp
parent81ef4e1ffac09a16efe26ab9e70119358fa49067 (diff)
downloadpkgsrc-ed475c4c1c3e37515d0247e3d33cae05e3cc1241.tar.gz
Use ${name} instead of "slpd".
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 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 ]