summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-09-07 22:09:37 +0200
committertnut <tnut at nutyx dot com>2011-09-07 22:09:37 +0200
commit8184c1ec04ce5c2f40b872180ebaba0a3f464752 (patch)
treea86f94f57ae987e655868fa6c153f95bd072a709
parentae34bec7e89f77fa2103b8aa1109e4442af6b9e7 (diff)
downloadnutyx-pakxe-8184c1ec04ce5c2f40b872180ebaba0a3f464752.tar.gz
nutyx-pakxe-8184c1ec04ce5c2f40b872180ebaba0a3f464752.tar.bz2
nutyx-pakxe-8184c1ec04ce5c2f40b872180ebaba0a3f464752.tar.xz
nutyx-pakxe-8184c1ec04ce5c2f40b872180ebaba0a3f464752.zip
aaabasicfs, tites corrections script network
-rw-r--r--base/aaabasicfs/.md5sum.i6862
-rw-r--r--base/aaabasicfs/.md5sum.x86_642
-rwxr-xr-xbase/aaabasicfs/network6
3 files changed, 5 insertions, 5 deletions
diff --git a/base/aaabasicfs/.md5sum.i686 b/base/aaabasicfs/.md5sum.i686
index a9d19f71f..bc3a50562 100644
--- a/base/aaabasicfs/.md5sum.i686
+++ b/base/aaabasicfs/.md5sum.i686
@@ -10,7 +10,7 @@ ad457024fe7ad91b8e9e0b4aad87df1f extrapaths.sh
2ca09cd10bcc4f6adb0c5b1521bfdb7e inputrc
f05a15125a4c6008471d96b096445e21 lfs-bootscripts-03.patch
5041ee97992e3f10d3be44f46a6aeb76 lfs-bootscripts-20110424.tar.bz2
-5db66298e38962c9764911bb37b41f51 network
+a4b9ef7206b92307c548bf789d6a997a network
4f193837349d63e6c98501f221904170 nu
210fdabd07248f79617508807715167b profile
b860cf492e983f400666fa43c00f2954 rc
diff --git a/base/aaabasicfs/.md5sum.x86_64 b/base/aaabasicfs/.md5sum.x86_64
index a9d19f71f..bc3a50562 100644
--- a/base/aaabasicfs/.md5sum.x86_64
+++ b/base/aaabasicfs/.md5sum.x86_64
@@ -10,7 +10,7 @@ ad457024fe7ad91b8e9e0b4aad87df1f extrapaths.sh
2ca09cd10bcc4f6adb0c5b1521bfdb7e inputrc
f05a15125a4c6008471d96b096445e21 lfs-bootscripts-03.patch
5041ee97992e3f10d3be44f46a6aeb76 lfs-bootscripts-20110424.tar.bz2
-5db66298e38962c9764911bb37b41f51 network
+a4b9ef7206b92307c548bf789d6a997a network
4f193837349d63e6c98501f221904170 nu
210fdabd07248f79617508807715167b profile
b860cf492e983f400666fa43c00f2954 rc
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
;;
*)