aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorTobias Powalowski <tpowa@archlinux.org>2007-10-19 07:02:14 +0000
committerTobias Powalowski <tpowa@archlinux.org>2007-10-19 07:02:14 +0000
commit39a8c53bd8c2b82e824d9299a4a18d81c9e530bd (patch)
tree4fd9a71c3a1e96129b7574c5febe171f2dbd2d58 /rc.sysinit
parent31dbcc786457dd92d9f56618e7c946b94ec04646 (diff)
downloadinitscripts-39a8c53bd8c2b82e824d9299a4a18d81c9e530bd.tar.xz
'upgpkg: removed double entry of ifconfig lo'
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit8
1 files changed, 0 insertions, 8 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 1fa7396..6e6c349 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -33,14 +33,6 @@ mount -n -t sysfs none /sys
/sbin/modprobe usbcore >/dev/null 2>&1
grep -qw usbfs /proc/filesystems && mount -n -t usbfs none /proc/bus/usb
-stat_busy "Bringing up loopback interface"
-ifconfig lo 127.0.0.1 up
-if [ $? -ne 0 ]; then
- stat_fail
-else
- stat_done
-fi
-
if [ -x /etc/start_udev -a -d /sys/block ]; then
# We have a start_udev script and /sys appears to be mounted, use UDev
status "Starting UDev Daemon" /etc/start_udev init