]> git.lizzy.rs Git - plan9front.git/blobdiff - rc/bin/inst/halt
merge
[plan9front.git] / rc / bin / inst / halt
index 4554359f0e0fdf0d1965c9e7bf9e8502009c9eac..98e26940fa1366f7ef70349d9242907d46ee693e 100755 (executable)
@@ -1,18 +1,3 @@
 #!/bin/rc
-
-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
-}
-
-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
-
+fshalt -r
+while(){}