Re: /usr/local/etc/rc.d vs /etc/rc.conf question

2005-01-20 Thread Gregor Mosheh
> >> 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

Re: /usr/local/etc/rc.d vs /etc/rc.conf question

2005-01-20 Thread Erik Norgaard
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

Re: /usr/local/etc/rc.d vs /etc/rc.conf question

2005-01-19 Thread Toomas Aas
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/

Re: /usr/local/etc/rc.d vs /etc/rc.conf question

2004-12-18 Thread Andy Firman
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

Re: /usr/local/etc/rc.d vs /etc/rc.conf question

2004-12-02 Thread Dick Davies
* 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/

Re: /usr/local/etc/rc.d vs /etc/rc.conf question

2004-12-02 Thread Paul Schmehl
--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

Re: /usr/local/etc/rc.d vs /etc/rc.conf question

2004-12-02 Thread Martin Hepworth
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