/rc/bin/cpurc.local
% cat >/sys/lib/dist/changes/1176444006.1.txt << EOF
Create a new default cpurc.local based on local site settings that were
ripped from the default cpurc
EOF
[geoff] --rwxrwxr-x M 121 geoff sys 448 Apr 13 18:06 rc/bin/cpurc.local
[geoff] --rwxrwxr-x M 121 geoff sys 448 Apr 13 18:06 rc/bin/cpurc.local
/tmp/diff100000003574:0 -
/n/sources/plan9/rc/bin/cpurc.local:1,14
+ #!/bin/rc
+ # local cpu startup
+
+ # used only by upas, as default return domain appended to all unqualified
+ # return addresses, even local ones
+ site=plan9
+ # replace FILESERVER with the name of your file server
+ # here we start with kfs, your local disk file system
+ fileserver=kfs
+ # replace FACEDOM with the local domain to be used in the faces database
+ facedom=FACEDOM
+
+ # turn on cooperative scheduling (assuming it starts off)
+ echo coop > /dev/reboot
[geoff] --rwxrwxr-x M 121 geoff sys 448 Apr 13 18:06 rc/bin/cpurc.local
|