diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-18 03:30:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-18 03:30:20 +0000 |
commit | e5963765afec71329ccc6ac8bbdfdd9b6ba2968f (patch) | |
tree | b4f91c5bc2ddb1fe5715a56b8e3620a0ea51550e /net | |
parent | 5d16977d5965010aa405c85b4641a7d3d3a3490f (diff) | |
download | pkgsrc-e5963765afec71329ccc6ac8bbdfdd9b6ba2968f.tar.gz |
Use ${name} instead of "slpd".
Diffstat (limited to 'net')
-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 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 ] |