From af62a5d76a3500423fef7718b9e02d86f39f3697 Mon Sep 17 00:00:00 2001 From: Andrew Psaltis Date: Tue, 24 Feb 2009 10:28:03 -0500 Subject: [PATCH] Made the Slackware init script look more like the rest of the Slackware init scripts. --- in/init=slackware=rc.wicd.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/in/init=slackware=rc.wicd.in b/in/init=slackware=rc.wicd.in index b15439c..10b3317 100755 --- a/in/init=slackware=rc.wicd.in +++ b/in/init=slackware=rc.wicd.in @@ -5,6 +5,7 @@ # This is defined in /usr/lib/python2.5/site-packages/wicd/wpath.py PIDFILE="%PIDFILE%" +DAEMON="%SBIN%wicd" # Define start and stop functions @@ -15,7 +16,7 @@ wicd_start() { echo "$PIDFILE and try again..." exit 1 else - echo "Starting wicd daemon..." + echo "Starting wicd daemon: $DAEMON" wicd 2>/dev/null 1>&2 fi }