summaryrefslogtreecommitdiff
path: root/rc/bin
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-04-29 05:50:44 +0000
committercinap_lenrek <cinap_lenrek@centraldogma>2011-04-29 05:50:44 +0000
commit7e0519a5e40209e0481e761240363528de45d1cd (patch)
tree3dea22b4aa09de0a39ca4ec31c7c764cbde89a23 /rc/bin
parentc0ebaf7ee866fcee3f8c7ee44cd2c92f50881939 (diff)
inst: halt filesystems with fshalt
Diffstat (limited to 'rc/bin')
-rwxr-xr-xrc/bin/inst/halt8
1 files changed, 1 insertions, 7 deletions
diff --git a/rc/bin/inst/halt b/rc/bin/inst/halt
index c9973f4a0..db67aedc2 100755
--- a/rc/bin/inst/halt
+++ b/rc/bin/inst/halt
@@ -1,14 +1,8 @@
#!/bin/rc
echo -n 'Halting file systems...'
+fshalt
-if(ps | grep -s ' cwfs$')
- echo halt >>/srv/cwfs.cmd
-
-echo done
echo
echo Remember to take the install disk out of the drive.
echo Feel free to turn off your computer.
-while()
- sleep 3600
-