[OT]Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Paul Murphy
On Mon, 17 May 2004 12:30:32 -0600 "Chad Leigh -- Shire.Net LLC" <[EMAIL PROTECTED]> wrote: > > On May 17, 2004, at 11:53 AM, Freddie Cash wrote: > > > RCng scripts require an entry in /etc/rc.conf along the lines of > > _enable="YES" otherwise the script will fail to do > > anything. > > > > A

Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Chad Leigh -- Shire.Net LLC
On May 17, 2004, at 11:53 AM, Freddie Cash wrote: RCng scripts require an entry in /etc/rc.conf along the lines of _enable="YES" otherwise the script will fail to do anything. As an aside, you may want to use /etc/rc.conf.local instead. on a related note: One problem is that it appears that /usr/lo

Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Freddie Cash
On May 17, 2004 10:16 am, JJB wrote: > There are no knobs in rc.conf for the applications you mentioned. > Rc.conf does not have internal check to verify you have correct > statements. So having apache_enable="YES" in rc.conf does nothing > and issues no error message telling you it is invalid. Al

Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Dan Nelson
In the last episode (May 17), Peter Risdon said: > In similar situations, I change > > /usr/local/etc/rc.d/whatever.sh > > to > > /usr/local/etc/rc.d/whatever.sh.notnow > > (or any other suffix) so it doesn't start at boot time, then start it > up when I want with > > #/usr/local/etc/rc.d/what

Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Peter Risdon
Dan Nelson wrote: In the last episode (May 17), Freddie Cash said: Is it possible to manually run an rcNG-style script with app_enable=NO in /etc/rc.conf? For instance, there are a few services that I don't want running all the time on my laptop (like Apache, Squid, DansGuardian) but that I need

Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Dan Nelson
In the last episode (May 17), Freddie Cash said: > Is it possible to manually run an rcNG-style script with > app_enable=NO in /etc/rc.conf? > > For instance, there are a few services that I don't want running all > the time on my laptop (like Apache, Squid, DansGuardian) but that I > need running

RE: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread JJB
/local/etc/rc.d/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Freddie Cash Sent: Monday, May 17, 2004 12:51 PM To: [EMAIL PROTECTED] Subject: Manually starting RCng scripts disabled in rc.conf Is it possible to manually run an rcNG-style script with app_en

Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Freddie Cash
On May 17, 2004 09:56 am, Antoine Jacoutot wrote: > On Monday 17 May 2004 18:51, Freddie Cash wrote: > > Is it possible to manually run an rcNG-style script with > > app_enable=NO in /etc/rc.conf? > > > > For instance, there are a few services that I don't want running > > all the time on my laptop

Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Antoine Jacoutot
On Monday 17 May 2004 18:51, Freddie Cash wrote: > Is it possible to manually run an rcNG-style script with app_enable=NO > in /etc/rc.conf? > > For instance, there are a few services that I don't want running all the > time on my laptop (like Apache, Squid, DansGuardian) but that I need > running

Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Freddie Cash
Is it possible to manually run an rcNG-style script with app_enable=NO in /etc/rc.conf? For instance, there are a few services that I don't want running all the time on my laptop (like Apache, Squid, DansGuardian) but that I need running now and then for development / testing purposes. As such