summaryrefslogtreecommitdiff
path: root/sys/lib/dist.old/pc/inst/isventi
blob: 555c27a7facc6e4ff4f0cf428561631a525eabe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/rc

if(! ~ $#* 1){
	echo 'usage: isventi /dev/sdC0/part' >[1=2]
	exit usage
}

arg=$1
if(! cmp -s <{dd -quiet 1 -if $arg -bs 1024 -iseek 248 |
	dd -quiet 1 -bs 13 -count 1} <{echo 'venti config'})
	exit noconfig
exit 0