Date: Mon, 23 Oct 2006 13:49:59 +0400 From: Ruslan Ermilov <ru@FreeBSD.org> To: Dag-Erling Smorgrav <des@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES Message-ID: <20061023094959.GB48293@rambler-co.ru> In-Reply-To: <200610230838.k9N8chXk080680@repoman.freebsd.org> References: <200610230838.k9N8chXk080680@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--JP+T4n/bALQSJXh8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 23, 2006 at 08:38:42AM +0000, Dag-Erling Smorgrav wrote: > des 2006-10-23 08:38:42 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/conf NOTES=20 > Log: > Re-add screen savers, which I removed by mistake. > =20 > Noticed by: ru > =20 > Revision Changes Path > 1.1393 +13 -0 src/sys/conf/NOTES >=20 I was hoping you'd move them to MD NOTES since screen savers require "device splash" which you moved to MD NOTES. This would also obviate the need in many "nodevice .*_saver" in MD NOTES. BTW, I used the following script to clean up MD NOTES from redundant no's: : #!/bin/sh :=20 : for kw in device option makeoption; do : egrep "no${kw}s?" NOTES | while read _ v; do : egrep -qw "^${kw}s?[[:space:]]+$v" NOTES && echo "no${kw} $v is switched= on/off" : egrep -qw "^${kw}s?[[:space:]]+$v" ../../conf/NOTES || echo "no${kw} $v = is redundant" : done : done Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --JP+T4n/bALQSJXh8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFPJBHqRfpzJluFF4RAh2hAJ4vDTRN8SCuDyXwlbQunh0ct4rRywCdFYTk CBwOVsKXq3HVGT6q/VtTr3s= =QB5K -----END PGP SIGNATURE----- --JP+T4n/bALQSJXh8--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061023094959.GB48293>