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

Updated Gentoo's init script from portage.

Thanks to Jeremy Olexa (darkside_).
This commit is contained in:
Robby Workman
2009-01-28 20:54:31 -06:00
parent 7765abf9b5
commit 728fa198ce

View File

@@ -13,12 +13,13 @@ depend() {
start() {
ebegin "Starting wicd daemon"
$WICD_DAEMON &>/dev/null
"${WICD_DAEMON}" >/dev/null 2>&1
eend $?
}
stop() {
ebegin "Stopping wicd daemon"
start-stop-daemon --stop --pidfile "$WICD_PIDFILE"
start-stop-daemon --stop --pidfile "${WICD_PIDFILE}"
eend $?
}