View Single Post
  #9   (View Single Post)  
Old 27th February 2010
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

Quote:
Originally Posted by jjjustjjjay View Post
ok well thats what i did the rc.conf.local file looks like this

proftpd=YES
proftpd_flags=""

thats right is it not.
No, that is not right
rc.conf and rc.conf.local are different from rc and rc.local. From rc(8):
Code:
     rc is the command script that is invoked by init(8) during an automatic
     reboot and after single user mode is exited; it performs system house-
     keeping chores and starts up system daemons.  Additionally, rc is intri-
     cately tied to the netstart(8) script, which runs commands and daemons
     pertaining to the network.  The rc.securelevel and rc.local scripts hold
     commands which are pertinent only to a specific site.

[snip]
     rc.local is executed towards the end of rc (it is not the very last as
     there are a few services that must be started at the very end).  Normal-
     ly, rc.local contains commands and daemons that are not part of the stock
     installation.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote