diff options
author | tnut <tnut at nutyx dot com> | 2011-09-07 22:09:37 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-09-07 22:09:37 +0200 |
commit | 8184c1ec04ce5c2f40b872180ebaba0a3f464752 (patch) | |
tree | a86f94f57ae987e655868fa6c153f95bd072a709 /base/aaabasicfs/network | |
parent | ae34bec7e89f77fa2103b8aa1109e4442af6b9e7 (diff) | |
download | nutyx-pakxe-8184c1ec04ce5c2f40b872180ebaba0a3f464752.tar.gz nutyx-pakxe-8184c1ec04ce5c2f40b872180ebaba0a3f464752.tar.bz2 nutyx-pakxe-8184c1ec04ce5c2f40b872180ebaba0a3f464752.tar.xz nutyx-pakxe-8184c1ec04ce5c2f40b872180ebaba0a3f464752.zip |
aaabasicfs, tites corrections script network
Diffstat (limited to 'base/aaabasicfs/network')
-rwxr-xr-x | base/aaabasicfs/network | 6 |
1 files changed, 3 insertions, 3 deletions
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 ;; *) |