From 8184c1ec04ce5c2f40b872180ebaba0a3f464752 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 7 Sep 2011 22:09:37 +0200 Subject: aaabasicfs, tites corrections script network --- base/aaabasicfs/network | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'base/aaabasicfs/network') diff --git a/base/aaabasicfs/network b/base/aaabasicfs/network index 9793632b3..84ce546eb 100755 --- a/base/aaabasicfs/network +++ b/base/aaabasicfs/network @@ -31,7 +31,7 @@ case "$1" in [ -n "${NETWORKDELAY}" ] && /bin/sleep ${NETWORKDELAY} fi - elseif [ "$MANAGER" == "wicd" ] && [ -f /usr/share/wicd/daemon/wicd-daemon.py ]; then + elif [ "$MANAGER" == "wicd" ] && [ -f /usr/share/wicd/daemon/wicd-daemon.py ]; then boot_mesg "Starting the wicd Daemon..." loadproc /usr/share/wicd/daemon/wicd-daemon.py if grep -v ^# /etc/fstab | grep _netdev > /dev/null; then @@ -82,9 +82,9 @@ case "$1" in fi ;; restart) - stop + ${0} stop sleep 3 - start + ${0} start ;; *) -- cgit v1.2.3-70-g09d2