Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_tlsv12/sys/lib/dist/pc/inst/halt – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#!/bin/rc
2
 
3
echo -n 'Halting file systems...'
4
 
5
if(ps | grep -s ' venti$')
6
	venti/sync -h tcp!127.0.0.1!17034
7
if(ps | grep -s ' fossil$'){
8
	echo fsys all halt >>/srv/fscons
9
	slay fossil|rc
10
}
11
 
12
echo done
13
echo
14
echo Remember to take the install disk out of the drive.
15
echo Feel free to turn off your computer.
16
while()
17
	sleep 3600
18