Darin wrote this message on Thu, Jun 19, 2003 at 03:33 -0400:
> that I can see with the installation.. I tried adding a line to the
> /etc/rc.d/local script that called the localdaemons script.. When I
> rebooted, MySQL and ProFTPD start fine during boot.. Anyone have any ideas
> on this one??

are the scripts ending in .sh?  Most ports install a .sample script
which needs to be renamed to .sh to gte them to start.

What does:
ls /usr/local/etc/rc.d

show?

and the part the starts the scripts is:
os=`eval ${CMD_OSTYPE}`
files=`rcorder -k ${os} -s nostart /etc/rc.d/* 2>/dev/null`

for _rc_elem in ${files}; do
        run_rc_script ${_rc_elem} ${_boot}
done

at the end of /etc/rc

-- 
  John-Mark Gurney                              Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to