From 66f86d03a511dd145e0be08619a09cdd712a89c0 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 22 Dec 2013 17:26:31 +0100 Subject: fshalt: rfork n to avoid limbo namespace when the command fails --- rc/bin/fshalt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/bin/fshalt b/rc/bin/fshalt index 72f3a7f54..483151449 100755 --- 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 ($#*) { -- cgit v1.2.3