# $OpenBSD: rc.local,v 1.39 2006/07/28 20:19:46 sturm Exp $ # Site-specific startup actions, daemons, and other things which # can be done AFTER your system goes into securemode. For actions # which should be done BEFORE your system has gone into securemode # please see /etc/rc.securelevel. echo -n 'starting local daemons:' # Add your local startup actions here. # Laird's custom stuff here: chgrp wheel /dev/wd0a /dev/wd0b /dev/rwd0a /dev/rwd0b chmod 660 /dev/pf /dev/wd0a /dev/wd0b /dev/rwd0a /dev/rwd0b echo '.'