summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
Diffstat (limited to 'rc')
-rwxr-xr-xrc/bin/fshalt6
1 files changed, 6 insertions, 0 deletions
diff --git a/rc/bin/fshalt b/rc/bin/fshalt
index 2847e6a6c..72f3a7f54 100755
--- a/rc/bin/fshalt
+++ b/rc/bin/fshalt
@@ -24,6 +24,7 @@ sleep 1
k=`{ls /srv/kfs*cmd >[2]/dev/null|sort -r}
c=`{ls /srv/cwfs*cmd >[2]/dev/null}
+h=`{ls /srv/hjfs*cmd >[2]/dev/null}
for (i in $k){
echo -n $i...
@@ -81,6 +82,11 @@ fn x {
echo halt >>$i
sleep 2
}
+ for(i in $h){
+ echo -n $i
+ echo halt >>$i
+ sleep 2
+ }
echo
echo done halting