View Single Post

  #2 (permalink)  
Old 01-10-2006, 07:34 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

The file rc.conf contains descriptive information about the local host name, configuration details for any potential network interfaces and which services should be started up at system initial boot time.

The purpose of rc.conf is not to run commands or perform system startup actions directly. Instead, it is included by the various generic startup scripts in /etc which conditionalize their internal actions according to the settings found there.


So you cannot reload file w/o reboot or just start appropriate service from /etc directory.

Hope this clears your doubt
Reply With Quote