git: 9front

Download patch

ref: 56997ed3abe9704c03e2ad88f88762a674597c8a
parent: ec9f93d685f69828804d6ccceb7c7f8804c06619
author: stanley lieber <stanley.lieber@gmail.com>
date: Sun May 15 15:11:36 EDT 2011

cpurc.local: bind '$' to /dev

--- a/rc/bin/cpurc.local
+++ b/rc/bin/cpurc.local
@@ -10,7 +10,7 @@
 # replace FACEDOM with the local domain to be used in the faces database
 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]
 
 mount -qa /srv/usb /dev
--