summaryrefslogtreecommitdiff
path: root/sys/lib/dist/pc/inst/halt
blob: 4554359f0e0fdf0d1965c9e7bf9e8502009c9eac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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