cvs commit: src/sys/conf NOTES

Ruslan Ermilov ru at FreeBSD.org
Mon Oct 23 09:49:52 UTC 2006


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 at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20061023/1faac70d/attachment.pgp


More information about the cvs-all mailing list