Does
cd /
touch now
find . -newer now -exec touch {} ¥;
rm now
do the same?
As Rich described, when I first noticed this issue, I set clock 20years back
and did re-install, and from that point on, I always turn them 20 years back
when I install.
regards,
-- Iwao Makino Alpha OEM MFG. HIT Corporation Ltd., Tel:+81-3-3714-0469 1-16-5 Shinon-Haramachi 1fl. Fax:+81-3-3714-0789 Meguro 152-0011 http://www.hpc.co.jp/ Tokyo, Japan mailto:makino@hpc.co.jp---------- >From: "Calvin Coghlan" <ccoghlan@ascensionhealth.org> >To: <axp-list@redhat.com> >Subject: Re: UP1000 and SuSE 6.3 >Date: Thu, 30 Mar 2000 15:40:38 -0600 >
> No. > > Calvin. > >>>> larry@scrugs.lkg.dec.com 03/30/00 03:41PM >>> > Does this fix dates on links too? > > larry > >> >> #!/bin/sh >> now=/tmp/now.$$ >> touch $now >> find / -newer $now -print0 | xargs -0 touch >> rm $now >> >> su to root >> >> run the script: >> >> ./set_date > > > > > > > > > -- > To unsubscribe: send e-mail to axp-list-request@redhat.com with > 'unsubscribe' as the subject. Do not send it to axp-list@redhat.com
-- To unsubscribe: send e-mail to axp-list-request@redhat.com with 'unsubscribe' as the subject. Do not send it to axp-list@redhat.com
This archive was generated by hypermail version 2a22 on Sat Apr 1 04:15:01 2000 PST
Send any problems or questions about this archive to webmaster@alphalinux.org.