ref: 921c5c2a730984cb7a85a2f36c3e7f85af312a61
parent: f369826dc908d22b52b0774e600ebe1427020c7c
author: cinap_lenrek <cinap_lenrek@felloff.net>
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 ($#*) {--
⑨