fshalt: rfork n to avoid limbo namespace when the command fails
This commit is contained in:
parent
5fbc2ea9ce
commit
66f86d03a5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/rc
|
#!/bin/rc
|
||||||
# fshalt [-r] - sync (flush) and, if possible, halt all file servers
|
# fshalt [-r] - sync (flush) and, if possible, halt all file servers
|
||||||
# and optionally reboot
|
# and optionally reboot
|
||||||
rfork e
|
rfork en
|
||||||
reboot=no
|
reboot=no
|
||||||
scram=no
|
scram=no
|
||||||
switch ($#*) {
|
switch ($#*) {
|
||||||
|
|
Loading…
Reference in a new issue