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
|
||||
# fshalt [-r] - sync (flush) and, if possible, halt all file servers
|
||||
# and optionally reboot
|
||||
rfork e
|
||||
rfork en
|
||||
reboot=no
|
||||
scram=no
|
||||
switch ($#*) {
|
||||
|
|
Loading…
Reference in a new issue