Deleted Added
sdiff udiff text old ( 1142:f31491939594 ) new ( 1196:5e20797f314a )
full compact
1#!/bin/sh
2#
3# /etc/init.d/rcS
4#
5
6echo -n "mounting swap..."
7/sbin/swapon /dev/hdc1
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

--- 28 unchanged lines hidden (view full) ---

42echo "done."
43
44echo -n "starting httpd..."
45/benchmarks/apache2/bin/apachectl start
46sleep 2
47cat /benchmarks/apache2/logs/error_log
48echo "done."
49
50echo -n "starting bash shell..."
51/bin/bash