On 2/26/06, Joacim Melin <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> newbie question: which script do I put stuff that needs to be booted
> during system startup, like apache httpd, spamd, named, etc?
>
> Joacim
/etc/rc.conf

For example,
apache_enable="YES"
If you are in doubt of which string you should type to enable a
certain service, you can always view the corresponding rc script for
the service. If it's something system-related, it will always be in
/etc/rc.d. If it's something you have installed, it will be in
/usr/local/etc/rc.d
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to