Date: Fri, 25 Jan 2008 15:21:02 +0000 From: Ceri Davies <ceri@submonkey.net> To: Mike Makonnen <mtm@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.subr Message-ID: <20080125152102.GD6064@submonkey.net> In-Reply-To: <200801251506.m0PF6Qwf043571@repoman.freebsd.org> References: <200801251506.m0PF6Qwf043571@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--32u276st3Jlj2kUU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 25, 2008 at 03:06:26PM +0000, Mike Makonnen wrote: > mtm 2008-01-25 15:06:26 UTC >=20 > FreeBSD src repository >=20 > Modified files: > etc rc.subr=20 > Log: > If the rc.conf(5) variable for a script is not enabled do not fail > silently. Display a message that the command wasn't run and make > possible suggestions for what to do. Any chance that we could make this behaviour dependent on some other variable (or not do it)? It's going to make booting look pretty nasty. Ceri > | @@ -606,6 +606,9 @@ run_rc_command() > | # > | if [ -n "${rcvar}" -a "$rc_arg" !=3D "rcvar" ]; then > | if ! checkyesno ${rcvar}; then > | + echo -n "Cannot '${rc_arg}' $name. Set ${rcvar} to " > | + echo -n "YES in /etc/rc.conf or use 'one${rc_arg}' " > | + echo "instead of '${rc_arg}'." > | return 0 > | fi > | fi --=20 That must be wonderful! I don't understand it at all. -- Moliere --32u276st3Jlj2kUU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFHmf5eocfcwTS3JF8RAo4pAKDEG3ssFCM0r4aKaGqf0nWy9qtGCgCgjVs3 1HKXpzGmeWuEOnYPKnoAglA= =4tXH -----END PGP SIGNATURE----- --32u276st3Jlj2kUU--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080125152102.GD6064>