surge-server.rcS (1196:5e20797f314a) surge-server.rcS (1242:c7f56fec0cb2)
1#!/bin/sh
2#
3# /etc/init.d/rcS
4#
5
6
7echo -n "mounting swap..."
1#!/bin/sh
2#
3# /etc/init.d/rcS
4#
5
6
7echo -n "mounting swap..."
8/sbin/swapon /dev/hdc1
8/sbin/swapon /dev/hdc
9echo "done."
10
11echo -n "setting up network..."
12/sbin/ifconfig eth0 192.168.0.1 txqueuelen 1000
13/sbin/ifconfig eth0:1 192.168.0.2 txqueuelen 1000
14/sbin/ifconfig eth0:2 192.168.0.3 txqueuelen 1000
15/sbin/ifconfig eth0:3 192.168.0.4 txqueuelen 1000
16/sbin/ifconfig eth0:4 192.168.0.5 txqueuelen 1000

--- 38 unchanged lines hidden ---
9echo "done."
10
11echo -n "setting up network..."
12/sbin/ifconfig eth0 192.168.0.1 txqueuelen 1000
13/sbin/ifconfig eth0:1 192.168.0.2 txqueuelen 1000
14/sbin/ifconfig eth0:2 192.168.0.3 txqueuelen 1000
15/sbin/ifconfig eth0:3 192.168.0.4 txqueuelen 1000
16/sbin/ifconfig eth0:4 192.168.0.5 txqueuelen 1000

--- 38 unchanged lines hidden ---