Displaying 1 result from an estimated 1 matches for "foo_en".
Did you mean:
  foo_end
  
2007 Sep 30
3
managing FreeBSD services
...al script to enable or disable services. The 
attached file to this message is rc-update, which modifies rc.conf. To give 
it a try, simply copy it under /usr/local/sbin, execute "rc-update enable 
the-service-name-to-enable".
etc-update is meant to be used to enable or disable by adding foo_enable="..." 
in rc.conf. The problem I am trying to solve is, when you want to start a 
service, foo_enable must be set to YES. Another problem is, when you want to 
stop and disable a running service, you must *NOT* set foo_enable to NO 
before stopping the service.
* you make a change to...