View Single Post
  #5   (View Single Post)  
Old 18th July 2012
wesley wesley is offline
Real Name: Wesley
Shell Scout
 
Join Date: Aug 2009
Location: Reunion Island
Posts: 92
Default

Sorry(Lexus45), you can simply use it like for example:

pkg_add squid
touch /etc/rc.conf.local and add the following to this file
pkg_scripts="squid"

If you want to disable a service started from a fresh system for example disable sendmail, add this to /etc/rc.conf.local
sendmail_flags=NO

And if you want to start some scripts you can add them to the file /etc/rc.local
;-)

Wesley.
Reply With Quote