git: 9front

Download patch

ref: 327483ff1308c8cccc32fd8a3c9dcb66d334fc0c
parent: 46fe8f67bc7666ccd5b3d385e57066a2e57aeb79
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Fri Apr 29 01:50:44 EDT 2011

inst: halt filesystems with fshalt

--- 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
-
--