mem-ruby,mem-garnet: Multiple networks per RubySystem
[gem5.git] / configs / boot / surge-server.rcS
index 234514bd97667250d1b63672912692bdc6982250..140c02fb31b23c7c675b067eb2c499ea2c9a37b1 100755 (executable)
@@ -41,12 +41,12 @@ mount /dev/hdb1 /z/htdocs
 echo "done."
 
 echo -n "starting httpd..."
-/benchmarks/apache2/bin/apachectl start
+/usr/sbin/apache2 -f /etc/apache2/httpd.conf -k start
 sleep 2
-cat /benchmarks/apache2/logs/error_log
+cat /usr/share/apache2/logs/error_log
 echo "done."
 
-echo "server ready" | /usr/bin/netcat -c 192.168.10 8000
+echo "server ready" | netcat -c 192.168.10 8000
 
 echo -n "starting bash shell..."
 /bin/bash