In <[EMAIL PROTECTED]>, Chris Doherty 
<[EMAIL PROTECTED]> typed:
> unless I'm wrong, /etc/rc.local exists specifically so you don't have to
> modify /etc/rc. /etc/rc refers to rc.local as "traditional (but rather
> obsolete)", but nowhere in my FreeBSD travels over the past four years
> have I found any suggestion of what else you're supposed to use.

What obsoletes /etc/rc.local is /usr/local/etc/rc.d. Server startup
scripts and the like used to be bodily added to /etc/rc.local. These
days, they go into /usr/local/etc/rc.d as separate scripts.

That's also the correct solution for this case. Instead of trying to
use the vnc script directly, use a script that sets the path and then
invokes vnc.

        <mike
-- 
Mike Meyer <[EMAIL PROTECTED]>              http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to