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
[-- Attachment #1 --]
On Mon, Oct 23, 2006 at 08:38:42AM +0000, Dag-Erling Smorgrav wrote:
> des 2006-10-23 08:38:42 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/conf NOTES
> Log:
> Re-add screen savers, which I removed by mistake.
>
> Noticed by: ru
>
> Revision Changes Path
> 1.1393 +13 -0 src/sys/conf/NOTES
>
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
:
: 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,
--
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)
iD8DBQFFPJBHqRfpzJluFF4RAh2hAJ4vDTRN8SCuDyXwlbQunh0ct4rRywCdFYTk
CBwOVsKXq3HVGT6q/VtTr3s=
=QB5K
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061023094959.GB48293>
