ref: 66f86d03a511dd145e0be08619a09cdd712a89c0
parent: 5fbc2ea9cebe4c4b1ab944a6d17efc73e0a8982c
author: cinap_lenrek <[email protected]>
date: Sun Dec 22 12:26:31 EST 2013
fshalt: rfork n to avoid limbo namespace when the command fails
--- a/rc/bin/fshalt
+++ b/rc/bin/fshalt
@@ -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 ($#*) {