Re: FeeBSD 5.1 and localdaemons

From: John-Mark Gurney <gurney_j_at_efn.org>
Date: Thu, 19 Jun 2003 00:53:08 -0700
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."
Received on Wed Jun 18 2003 - 22:52:45 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:12 UTC