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