1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-23 14:42:29 +01:00

Made the Slackware init script look more like the rest of the Slackware init scripts.

This commit is contained in:
Andrew Psaltis
2009-02-24 10:28:03 -05:00
parent 5aaaa117e7
commit af62a5d76a

View File

@@ -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
}