Subject: Re: this is becoming a common problem - sup errors again today
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Chris G. Demetriou <cgd@pa.dec.com>
List: current-users
Date: 06/10/1998 12:00:34
> ...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 :-/

find ${dir} ! -perm -0444 | xargs chmod a+r

should probably do what you want...



cgd