summaryrefslogtreecommitdiff
path: root/rc/bin/inst/halt
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2011-04-20 03:49:58 +0000
committerstanley lieber <stanley.lieber@gmail.com>2011-04-20 03:49:58 +0000
commitfbea254ad3b2bb3f19ed1f365ceece214da95bfd (patch)
treec1a50c99a631121a7a6b6a0eee6fc15e933c397f /rc/bin/inst/halt
parent94c8e58f1415040860b876e1ce424c2519895cf9 (diff)
downloadplan9front-fbea254ad3b2bb3f19ed1f365ceece214da95bfd.tar.xz
add Fish-'s installer patches; possibly not in a working state. testing/fixes requested.
Diffstat (limited to 'rc/bin/inst/halt')
-rwxr-xr-xrc/bin/inst/halt8
1 files changed, 2 insertions, 6 deletions
diff --git a/rc/bin/inst/halt b/rc/bin/inst/halt
index 4554359f0..c9973f4a0 100755
--- a/rc/bin/inst/halt
+++ b/rc/bin/inst/halt
@@ -2,12 +2,8 @@
echo -n 'Halting file systems...'
-if(ps | grep -s ' venti$')
- venti/sync -h tcp!127.0.0.1!17034
-if(ps | grep -s ' fossil$'){
- echo fsys all halt >>/srv/fscons
- slay fossil|rc
-}
+if(ps | grep -s ' cwfs$')
+ echo halt >>/srv/cwfs.cmd
echo done
echo