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
[EMAIL PROTECTED]
FreeBSD committer

Attachment: pgprDIsgk50CV.pgp
Description: PGP signature

Reply via email to