Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2003 00:53:08 -0700
From:      John-Mark Gurney <gurney_j@efn.org>
To:        Darin <derwood@naebunny.net>
Cc:        freebsd-current@freebsd.org
Subject:   Re: FeeBSD 5.1 and localdaemons
Message-ID:  <20030619075308.GA64061@funkthat.com>
In-Reply-To: <000201c33635$1f9a5340$1500a8c0@derwood2>
References:  <000201c33635$1f9a5340$1500a8c0@derwood2>

next in thread | previous in thread | raw e-mail | index | archive | help
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."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030619075308.GA64061>