From 3fc6ed50a7daab260c4560805690ff214a9b51c0 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 18 Aug 2001 03:30:20 +0000 Subject: Use ${name} instead of "slpd". --- 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 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 ] -- cgit v1.2.3