On Wed, Jan 6, 2010 at 14:59, Joseph L. Casale <[email protected]> wrote: > How do I correctly set the default state for a service of an > installed package like ntop or pfflowd to stopped? > > Thanks! > jlc
If there's a line in /etc/rc.conf like this: ntop_enable="YES" either comment it out, or delete the line. I suppose you could change it to: ntop_enable="NO" as well, but I'm not well versed in what effect that has when issuing something like: zrouter# /usr/local/etc/rc.d/ntop start Kurt --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] Commercial support available - https://portal.pfsense.org
