Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2004 13:16:25 -0400
From:      "JJB" <Barbish3@adelphia.net>
To:        <fcash-ml@sd73.bc.ca>, <questions@freebsd.org>
Subject:   RE: Manually starting RCng scripts disabled in rc.conf
Message-ID:  <MIEPLLIBMLEEABPDBIEGCEFOFOAA.Barbish3@adelphia.net>
In-Reply-To: <200405170951.25763.fcash-ml@sd73.bc.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
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.  All ports
are started from  /usr/local/etc/rc.d/


-----Original Message-----
From: owner-freebsd-questions@freebsd.org
[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Freddie
Cash
Sent: Monday, May 17, 2004 12:51 PM
To: questions@freebsd.org
Subject: Manually starting RCng scripts disabled in rc.conf

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, I
have apache_enable="NO" in my rc.conf to prevent Apache from
starting
at boot time.  However, this also means that I cannot manually start
Apache when I need it running, unless I use apachectl or run the
httpd
binary directly.  And I can't use the RCng script to check the
status,
or restart, or any of the other nice things that RCng gives me.  It
would be much simpler/nicer if I could use the rcNG script to do
this.

Am I missing something simple, or is it just not possible to do what
I
want?  I'd like to use the rc.d scripts to control everything, but
if I
have to enable them all in rc.conf and then manually stop them after
each boot, I'll most likely end up writing my own non-RCng wrapper
scripts for each app.  :(

Please CC: me as I'm not subscribed to questions@.
--
Freddie Cash
fcash-ml@sd73.bc.ca
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe@freebsd.org"



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