Subject: Re: insecurity output showing unimportant changes
To: None <netbsd-help@netbsd.org>
From: Jukka Salmi <j+nbsd@2006.salmi.ch>
List: netbsd-help
Date: 03/19/2006 19:51:41
Thierry Lacoste --> netbsd-help (2006-03-19 18:43:39 +0100):
> Up until now, my prefered option is to put
> diff_options="-u -I '^#.*'"
> in /etc/security.conf

This doesn't do what you want since the single quotes are now
interpreted as parts of the regex... I guess you want to set

	diff_options='-u -I ^#'

instead.


Cheers, Jukka

-- 
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~