summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ]