ref: 1fe2c325416d8affab446a50397da8b43f1a57c6
parent: b64a7e5eaa4815f7ab35d6545a3fbc080e2c7519
author: stanley lieber <stanley.lieber@gmail.com>
date: Wed May 4 13:26:45 EDT 2011
add files for cpu server.
--- /dev/null
+++ b/cfg/cirno/cpurc
@@ -1,0 +1,14 @@
+#!/bin/rc
+# cpu-specific startup
+
+# Since booting from venti could have started loopback,
+# don't test for existing interfaces, just use ipconfig.
+# ip/ipconfig -g your-gateway ether /net/ether0 your-ip-address your-subnet-mask
+
+# example: adjust to fit your network
+ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.0.2 255.255.255.0
+
+# outgoing mail will appear to originate from this domain
+site=9front
+
+ntp=pool.ntp.org
--- /dev/null
+++ b/cfg/cirno/cpustart
@@ -1,0 +1,14 @@
+aux/listen -q -t /rc/bin/service.auth -d /rc/bin/service tcp
+@{+ rfork n
+ if(~ $monitor vesa)
+ aux/realemu
+ aux/vga -l $vgasize
+}
+switch($mouseport){+case ps2 ps2intellimouse 0 1 2
+ aux/mouse $mouseport
+ if(~ $accupoint 1)
+ pipefile -dr /bin/aux/accupoint /dev/mouse
+}
+exec rio
--- /dev/null
+++ b/cfg/cirno/termrc
@@ -1,0 +1,7 @@
+# example: adjust to fit your network
+ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.0.2 255.255.255.0
+
+# outgoing mail will appear to originate from this domain
+site=9front
+
+ntp=pool.ntp.org
--- a/rc/bin/service.auth/authsrv.tcp567
+++ /dev/null
@@ -1,2 +1,0 @@
-#!/bin/rc
-/bin/auth/authsrv -d $3
--- /dev/null
+++ b/rc/bin/service.auth/tcp567
@@ -1,0 +1,2 @@
+#!/bin/rc
+/bin/auth/authsrv -d $3
--
⑨