git: 9front

Download patch

ref: b3de2f703d7d4039516c7709b647b3a51921c9ca
parent: 30db61c14b451375d56280be8f43d3260f6b1d63
author: stanley lieber <stanley.lieber@gmail.com>
date: Mon May 9 19:07:41 EDT 2011

/rc/bin/termrc, etc.: clarify comments.

--- a/rc/bin/cpurc
+++ b/rc/bin/cpurc
@@ -1,5 +1,6 @@
 #!/bin/rc
-# cpu server start up
+# the pccpuf kernel runs this file
+
 date > /env/boottime
 
 # mount points
--- a/rc/bin/cpurc.local
+++ b/rc/bin/cpurc.local
@@ -1,5 +1,5 @@
 #!/bin/rc
-# local cpu startup
+# the 9pccpuf kernel runs this file
 
 # used only by upas, as default return domain appended to all unqualified
 # return addresses, even local ones
@@ -12,4 +12,5 @@
 
 for(i in m i P S t u)
 	bind -a '#'^$i /dev >/dev/null >[2=1]
+
 mount -qa /srv/usb /dev
--- a/rc/bin/termrc
+++ b/rc/bin/termrc
@@ -1,5 +1,6 @@
 #!/bin/rc
-# terminal startup
+# the 9pcf kernel runs this file
+
 TIMESYNCARGS=(-rLa1000000)
 NDBFILE=/lib/ndb/local
 
--- a/rc/bin/termrc.local
+++ b/rc/bin/termrc.local
@@ -1,5 +1,5 @@
 #!/bin/rc
-# local terminal startup
+# the 9pcf kernel runs this file
 
 # used only by upas, as default return domain appended to all unqualified
 # return addresses, even local ones
--