# Common to both MFSes sendmail_enable="NONE" inetd_enable="NO" ldconfig_paths="" ldconfig_paths_aout="" blanktime="NO" update_motd="NO" background_fsck="NO" rc_info="YES" syslogd_enable="NO" # Specific to frisbee MFS cron_enable="NO" devd_enable="NO" # # FreeBSD has no way to say "DHCP on all available interfaces" without # spelling out here what all those interfaces are. So here we just say # to (statically) configure the loopback device. The real network # interfaces are identified in rc.conf.d/dhclient for use by the # rc.d/dhclient script. # network_interfaces="lo0" # # Argh! dhclient in FreeBSD 5 has a new auto-background "feature", # it dives into the background after 10 seconds regardless of whether # it has received a response. This is fubar for us. Unfortunately, # we cannot just crank this number through the roof because it is based # on a polling interval which actually has a rational purpose. The timeout # is actually (2 * polling_interval) where polling_interval is how often # dhclient rechecks an interface without link. We need to keep this value # reasonable in the event that we boot up and don't immediately have link # on the control net. So lets try 15 seconds (30 second auto-background # timeout) and see how things go. # dhclient_flags="-i 15"