summaryrefslogtreecommitdiff
path: root/rc/bin/inst/halt
diff options
context:
space:
mode:
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