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
commit3fc6ed50a7daab260c4560805690ff214a9b51c0 (patch)
treeb4f91c5bc2ddb1fe5715a56b8e3620a0ea51550e /net/openslp
parentb08015747ba48e55c8b7b0cf55bfdd62bfdf39f5 (diff)
downloadpkgsrc-3fc6ed50a7daab260c4560805690ff214a9b51c0.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 ]