diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-24 06:40:24 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-24 06:40:24 +0200 |
commit | 924634963cc4ee57a57b6801deb572de3f56f8be (patch) | |
tree | e9999c694f7fe9ae49b72f557f8a2a1724eea300 /rc/bin/cpurc | |
parent | 94fd5b32e91645f98cec853c4282e4e2da5799ed (diff) | |
download | plan9front-924634963cc4ee57a57b6801deb572de3f56f8be.tar.xz |
dontkill +cfs +dossrv
Diffstat (limited to 'rc/bin/cpurc')
-rwxr-xr-x | rc/bin/cpurc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/cpurc b/rc/bin/cpurc index 05cf0c6f3..88a693310 100755 --- a/rc/bin/cpurc +++ b/rc/bin/cpurc @@ -76,4 +76,4 @@ if(test -e /cfg/$sysname/cpustart) # mode of /proc/*/ctl is inherited across rfork, and sets modes on # other /proc files, such as note, so let listen be killed. -dontkill '^(ipconfig|factotum|mntgen|venti|kfs|cwfs.*|9660srv|paqfs|cs|dns|reboot|usbd|disk)$' +dontkill '^(ipconfig|factotum|mntgen|venti|kfs|cfs|cwfs.*|9660srv|dossrv|paqfs|cs|dns|reboot|usbd|disk)$' |