From 943b0d46099e72a9e06efdf855d37ffe546b3ff5 Mon Sep 17 00:00:00 2001 From: aiju Date: Tue, 19 Jul 2011 16:31:14 +0200 Subject: [PATCH] fshalt: scram the local machine --- rc/bin/fshalt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rc/bin/fshalt b/rc/bin/fshalt index ad3dc52c8..47f4d494b 100755 --- a/rc/bin/fshalt +++ b/rc/bin/fshalt @@ -76,7 +76,10 @@ fn x { echo rebooting... echo reboot >'#c/reboot' } - if not scram + if not { + bind -b '#P' /dev + scram + } } x