aboutsummaryrefslogtreecommitdiff
path: root/rc.multi
diff options
context:
space:
mode:
Diffstat (limited to 'rc.multi')
-rwxr-xr-xrc.multi11
1 files changed, 2 insertions, 9 deletions
diff --git a/rc.multi b/rc.multi
index 0e8629f..cb6def7 100755
--- a/rc.multi
+++ b/rc.multi
@@ -11,15 +11,8 @@ if [ "$PCMCIA" = "yes" -a -f /etc/rc.d/pcmcia ]; then
/etc/rc.d/pcmcia start
fi
-stat_busy "Starting Network"
-/sbin/ifconfig lo 127.0.0.1 netmask 255.255.255.255
-if [ "$IPADDR" != "" -a "$NETMASK" != "" ]; then
- /sbin/ifconfig eth0 $IPADDR netmask $NETMASK
- if [ "$GATEWAY" != "" ]; then
- /sbin/route add default gw $GATEWAY
- fi
-fi
-stat_done
+# Start network
+/etc/rc.d/network start
# Start daemons
for daemon in "${DAEMONS[@]}"; do