From 39a8c53bd8c2b82e824d9299a4a18d81c9e530bd Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 19 Oct 2007 07:02:14 +0000 Subject: 'upgpkg: removed double entry of ifconfig lo' --- rc.sysinit | 8 -------- 1 file changed, 8 deletions(-) (limited to 'rc.sysinit') 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 -- cgit v1.2.3