1#! /usr/local/bin/ksh93 -p
2
3# $FreeBSD$
4
5if [ $# != 0 ]
6then
7	echo "ERROR option not supported"
8	return 1
9fi
10grep dumpdev /etc/rc.conf
11