| 
/rc/bin/cpurc.local
% cat >/sys/lib/dist/changes/1176827406.0.txt << EOF
• Obvious.
• Russ took out the coop toggle; it's on by default now.
EOF
 [geoff] --rwxrwxr-x M 64 geoff sys 367 Apr 17 12:27 rc/bin/cpurc.local
	/n/sourcesdump/2007/0417/plan9/rc/bin/cpurc.local:3,14 - 
	/n/sourcesdump/2007/0418/plan9/rc/bin/cpurc.local:3,11
	  
	  # used only by upas, as default return domain appended to all unqualified
	  # return addresses, even local ones
	- site=plan9
	+ site=EXAMPLE
	  # 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
 |