Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | 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