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

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

--- 40 unchanged lines hidden ---