First page Back Continue Last page Summary Graphics
mundane tasks
/usr/local/etc/rc.d/ - put a file here which is .sh and +x and it will run at startup
this entry in /etc/rc.conf will setup the NIC via DHCP: ifconfig_ed0="DHCP"
want an NFS client? nfs_client_enable="YES"
what about a server? nfs_server_enable="YES"
all possible options are listed in /etc/defaults/rc.conf