diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-15 19:11:36 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-15 19:11:36 +0000 |
commit | bb6d1dec17f009a04958bab00cc96e03e1af9f6e (patch) | |
tree | c285fc853b0e19aef6501b302abd52151c44e390 /rc | |
parent | 1a503886aefac394aac870a5736410a2f2c95fae (diff) |
cpurc.local: bind '$' to /dev
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/cpurc.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/cpurc.local b/rc/bin/cpurc.local index e33cf6e44..d36f4d912 100755 --- a/rc/bin/cpurc.local +++ b/rc/bin/cpurc.local @@ -10,7 +10,7 @@ fileserver=cwfs # 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 |