Subject: Re: this is becoming a common problem - sup errors again today
To: None <current-users@NetBSD.ORG>
From: Matthias Scheler <tron@lyssa.owl.de>
List: current-users
Date: 06/10/1998 20:53:14
In article <199806101745.KAA22870@lestat.nas.nasa.gov>,
	Jason Thorpe <thorpej@nas.nasa.gov> writes:
> ...unfortunately, the SUP scanner treats files as "changed" if the ctime
> changes ... and just recursively chmod'ing the files will update the ctime
> on all of them :-/

What about this:

touch /tmp/brick
cvs update
find /src -newer /tmp/brick -type d | xargs chmod 755
find /src -newer /tmp/brick -type f | xargs chmod 644
rm /tmp/brick

-- 
Matthias Scheler                                http://home.owl.de/~tron/