From fbea254ad3b2bb3f19ed1f365ceece214da95bfd Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Wed, 20 Apr 2011 03:49:58 +0000 Subject: add Fish-'s installer patches; possibly not in a working state. testing/fixes requested. --- rc/bin/inst/halt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'rc/bin/inst/halt') 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 -- cgit v1.2.3