| RC.CONF(8) | AerieBSD 1.0 Refernce Manual | RC.CONF(8) |
dhcpd_flags=NO # for normal use: ""
If this line is edited to contain some valid dhcpd daemon command-line flags, such as
dhcpd_flags="-A abandoned" # for normal use: ""
then the dhcpd daemon will be started with those options. The second section contains some other programs that can either be run or not, but that don't need options. They can be set to YES or NO. For example, the line
nfs_server=NO
prevents the NFS server daemons from starting. To run NFS, just change this line's value from NO to YES, and also make whatever changes are needed for the server to have something to do (set up the exports(5) file etc.). The third section contains values that parameterize servers started by one of the first two sections, and are ignored if the corresponding server is not running. For example, if nfs_server, is enabled, then the line
nfsd_flags="-tun 4"
provides command-line arguments for the NFS server. This particular line instructs nfsd(8) to start four copies of the server. On a busy file server, 8 (or more) copies are recommended.
| AerieBSD 1.0 Reference Manual | August 26 2008 | RC.CONF(8) |