summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2013-12-22 17:26:31 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2013-12-22 17:26:31 +0100
commit66f86d03a511dd145e0be08619a09cdd712a89c0 (patch)
tree2f3949ba49d9e3bc513f94177d65862e8c405113
parent5fbc2ea9cebe4c4b1ab944a6d17efc73e0a8982c (diff)
fshalt: rfork n to avoid limbo namespace when the command fails
-rwxr-xr-xrc/bin/fshalt2
1 files changed, 1 insertions, 1 deletions
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 ($#*) {