diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-22 17:26:31 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-22 17:26:31 +0100 |
commit | 66f86d03a511dd145e0be08619a09cdd712a89c0 (patch) | |
tree | 2f3949ba49d9e3bc513f94177d65862e8c405113 /rc | |
parent | 5fbc2ea9cebe4c4b1ab944a6d17efc73e0a8982c (diff) |
fshalt: rfork n to avoid limbo namespace when the command fails
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/fshalt | 2 |
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 ($#*) { |