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