--On March 18, 2006 10:50:01 AM -0800 Oliver Iberien <[EMAIL PROTECTED]> wrote:

I know this information is out there somewhere, but I have not found it
yet...

-What to I do get get cupsd started on boot? I am currently
doing /usr/local/sbin/cupsd as root.

Add cupsd_enable="YES" to /etc/rc.conf. Any time you install a port that runs a daemon, there is usually a startup file written to /usr/local/etc/rc.d/. You can go to that directory and view the script, and it will explain what options you need to put into /etc/rc.conf to make the daemon work automatically at startup. There may also be other options, such as flags or conf files that you point to, but, in general, {daemon}_enable="YES" is all that's needed.

Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/
_______________________________________________
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