1# Sample rc.conf file for PicoBSD
2# you should mostly set variables here, see rc.conf.defaults.
3
4case ${hostname} in
5*)
6	echo "processing rc.conf for ${hostname}"
7	;;
8esac
9