> >> On my 4.10 box, there is a mysql-server script in
> /usr/local/etc/rc.d
> >> and nothing
> >> in /etc/rc.conf, yet mysql-server starts up a
> boot time.
> >> Why?
(the following is true for 4.x)
Check the /etc/defaults/rc.conf file
You'll see in there that the default setting for
local
Toomas Aas wrote:
Andy Firman wrote:
On my 4.10 box, there is a mysql-server script in /usr/local/etc/rc.d
and nothing
in /etc/rc.conf, yet mysql-server starts up a boot time.
Why?
Your mysql-server port was probably installed before 31.10.2004. It was
modified to use rc.conf variables at th
Andy Firman wrote:
On my 4.10 box, there is a mysql-server script in /usr/local/etc/rc.d and nothing
in /etc/rc.conf, yet mysql-server starts up a boot time.
Why?
Your mysql-server port was probably installed before 31.10.2004. It was
modified to use rc.conf variables at that date (see /usr/
On Thu, Dec 02, 2004 at 09:00:19PM +, Dick Davies wrote:
> * Paul Schmehl <[EMAIL PROTECTED]> [1210 17:10]:
> > --On Thursday, December 02, 2004 07:39:00 AM -0900 Andy Firman
> > <[EMAIL PROTECTED]> wrote:
> >
> > >
> > >I just took over a FreeBSD box and there is a
> > >proftpd.sh script in
* Paul Schmehl <[EMAIL PROTECTED]> [1210 17:10]:
> --On Thursday, December 02, 2004 07:39:00 AM -0900 Andy Firman
> <[EMAIL PROTECTED]> wrote:
>
> >
> >I just took over a FreeBSD box and there is a
> >proftpd.sh script in the /usr/local/etc/rc.d directory.
> >
> >There is also this entry in /etc/
--On Thursday, December 02, 2004 07:39:00 AM -0900 Andy Firman
<[EMAIL PROTECTED]> wrote:
I just took over a FreeBSD box and there is a
proftpd.sh script in the /usr/local/etc/rc.d directory.
There is also this entry in /etc/rc.conf:
proftpd_enable="YES"
There is no need for entries in /etc/rc.co
Andy
err no.
the entry in /usr/local/etc/rc.d will read the rc.conf to get variables.
Normally done thisway when program is installed from ports rather than
hand compiled...
--
Martin Hepworth
Snr Systems Administrator
Solid State Logic
Tel: +44 (0)1865 842300
Andy Firman wrote:
I just took over