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

This commit is contained in:
stanley lieber 2011-05-09 23:07:41 +00:00
parent 4756752e56
commit 5c756859bf
4 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,6 @@
#!/bin/rc #!/bin/rc
# cpu server start up # the pccpuf kernel runs this file
date > /env/boottime date > /env/boottime
# mount points # mount points

View file

@ -1,5 +1,5 @@
#!/bin/rc #!/bin/rc
# local cpu startup # the 9pccpuf kernel runs this file
# used only by upas, as default return domain appended to all unqualified # used only by upas, as default return domain appended to all unqualified
# return addresses, even local ones # return addresses, even local ones
@ -12,4 +12,5 @@ facedom=FACEDOM
for(i in m i P S t u) for(i in m i P S t u)
bind -a '#'^$i /dev >/dev/null >[2=1] bind -a '#'^$i /dev >/dev/null >[2=1]
mount -qa /srv/usb /dev mount -qa /srv/usb /dev

View file

@ -1,5 +1,6 @@
#!/bin/rc #!/bin/rc
# terminal startup # the 9pcf kernel runs this file
TIMESYNCARGS=(-rLa1000000) TIMESYNCARGS=(-rLa1000000)
NDBFILE=/lib/ndb/local NDBFILE=/lib/ndb/local

View file

@ -1,5 +1,5 @@
#!/bin/rc #!/bin/rc
# local terminal startup # the 9pcf kernel runs this file
# used only by upas, as default return domain appended to all unqualified # used only by upas, as default return domain appended to all unqualified
# return addresses, even local ones # return addresses, even local ones