pavement

Etc/rc.conf

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
 
m
Line 1: Line 1:
 
'''/etc/rc.conf''' controls basic system functionality such as what IP addresses and DNS resolution configuration your various network interfaces use, and which basic system daemons (such as sendmail or bind) are started at boot.
 
'''/etc/rc.conf''' controls basic system functionality such as what IP addresses and DNS resolution configuration your various network interfaces use, and which basic system daemons (such as sendmail or bind) are started at boot.
  
It's worth noting that some folks (such as [[User:Jimbo]]) choose to start all daemons from scripts in [[/usr/local/etc/rc.d]] instead of using lines like BIND_ENABLE=YES in rc.conf, just for consistency's sake.
+
It's worth noting that some folks (such as [[User:Jimbo|Jimbo]]) choose to start all daemons from scripts in [[/usr/local/etc/rc.d]] instead of using lines like BIND_ENABLE=YES in rc.conf, just for consistency's sake.
  
 
[[Category:Important Config Files]]
 
[[Category:Important Config Files]]

Revision as of 12:50, 19 October 2004

/etc/rc.conf controls basic system functionality such as what IP addresses and DNS resolution configuration your various network interfaces use, and which basic system daemons (such as sendmail or bind) are started at boot.

It's worth noting that some folks (such as Jimbo) choose to start all daemons from scripts in /usr/local/etc/rc.d instead of using lines like BIND_ENABLE=YES in rc.conf, just for consistency's sake.

Personal tools