Re: rc.subr modification: testing and feedback are welcome!

2006-11-15 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You should probably consider discussing this on the freebsd-rc@ list as well. Doug - -- This .signature sanitized for your protection -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.0 (FreeBSD) iD8DBQFFW2uTyIakK9Wy8PsRAl9sAKD9CjyPJewi4

Re: rc.subr modification: testing and feedback are welcome! [here's the patch]

2006-11-15 Thread Pietro Cerutti
Ouch... here's the patch ;-) On 11/15/06, Pietro Cerutti <[EMAIL PROTECTED]> wrote: On 11/15/06, Ingo <[EMAIL PROTECTED]> wrote: > > Hello, Hello, > There should be an tiemout so that the system boots even if I forget to > choose Yup, great idea. The new patch [attached] permits you to set:

Re: rc.subr modification: testing and feedback are welcome!

2006-11-15 Thread Pietro Cerutti
On 11/15/06, Ingo <[EMAIL PROTECTED]> wrote: Hello, Hello, There should be an tiemout so that the system boots even if I forget to choose Yup, great idea. The new patch [attached] permits you to set: DAEMON_ask_timeout={0-9}[s|m|h] and DAEMON_ask_default=[yes|no] in rc.conf Default valu

Re: rc.subr modification: testing and feedback are welcome!

2006-11-15 Thread Gerard Seibert
On Wednesday November 15, 2006 at 12:32:56 (PM) Pietro Cerutti wrote: > Hello List, > I did a patch to allow rc.conf DAEMON_enable values to be decided at startup. > > 1) set apache_start="ask" in rc.conf > 2) at boot, you'll be prompted with "RC_ASK - Enable apache? [yes|no] " > 3) the daemon i

rc.subr modification: testing and feedback are welcome!

2006-11-15 Thread Pietro Cerutti
Hello List, I did a patch to allow rc.conf DAEMON_enable values to be decided at startup. 1) set apache_start="ask" in rc.conf 2) at boot, you'll be prompted with "RC_ASK - Enable apache? [yes|no] " 3) the daemon is started depending on the decision 4) the decision is stored until the next boot,