The original posting was :
>
> In february I've sent several mails about problems during the upgrades
> to 5.1a of several systems coming from 4.0d, 4.0g, 5.0, 5.0a or 5.1.
>
> Now all are in the good version, but many files are still from 1 january
> 1970. Is there a way to put them on the right date perharps with setld
> ?
Thank you to
"Rudolf Gabler" <rug_at_usm.uni-muenchen.de>
I had the same problem. I checked the date of the files which they should
have
(if all are misdated then look at the .inv files in /usr/.smdb.) and then
ran a:
cd /
find . -mtime +9890 -exec touch -t 200108010000 {} \;
(this an example for the V5.1a revision). The number 9890 points to
somewhere in the 1970ies; nearby enough the 1/1/1970 date.
Regards,
Daniel
Received on Wed Mar 06 2002 - 09:46:37 NZDT