X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C83EB8.2B0D0A1C@onstor-exch02.onstor.net>; Fri, 14 Dec 2007 17:16:49 -0800
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: PERFORCE change 26965 for review
Date: Fri, 14 Dec 2007 17:16:48 -0800
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E07201306@onstor-exch02.onstor.net>
In-Reply-To: <BB375AF679D4A34E9CA8DFA650E2B04E072012F3@onstor-exch02.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: PERFORCE change 26965 for review
Thread-Index: Acg+iDURro5KjfDIQ+6MHxkdRAvFrQADe+gwAAUTXgAAAeyb4AABEJzgAABYOfA=
References: <BB375AF679D4A34E9CA8DFA650E2B04E072012BE@onstor-exch02.onstor.net> <BB375AF679D4A34E9CA8DFA650E2B04E072012F3@onstor-exch02.onstor.net>
From: "Ed Kwan" <ed.kwan@onstor.com>
To: "Ramesh R A. Andavar" <randavar@onstor.com>,
	"Andy Sharp" <andy.sharp@onstor.com>

You code is:
  ln -s /etc/localtime /usr/share/zoneinfo/US/Pacific

Is the direction of the link correct?


> -----Original Message-----
> From: Ramesh R A. Andavar
> Sent: Friday, December 14, 2007 5:08 PM
> To: Ed Kwan; Andy Sharp
> Subject: RE: PERFORCE change 26965 for review
>=20
>=20
> I have Changed the code to use test -r. Please review it again.
>=20
> Regards
> Ramesh
>=20
> -----Original Message-----
> From: Ed Kwan
> Sent: Friday, December 14, 2007 4:47 PM
> To: Ramesh R A. Andavar; Andy Sharp
> Subject: RE: PERFORCE change 26965 for review
>=20
> Instead of using dd to see if the file exists, will "test -r" do the
> trick?
>=20
> > -----Original Message-----
> > From: Ramesh R A. Andavar
> > Sent: Friday, December 14, 2007 3:44 PM
> > To: Ed Kwan; Andy Sharp
> > Subject: RE: PERFORCE change 26965 for review
> >
> > Hi Ed/Andy,
> >
> > I have changed the code to check whether /etc/localtime points to an
> > invalid file.
> >
> > Please review my code and let me know your comments
> >
> > My P4 client is ramesh_DEV
> >
> > Regards
> > Ramesh.
> >
> > -----Original Message-----
> > From: Ed Kwan
> > Sent: Friday, December 14, 2007 1:27 PM
> > To: Andy Sharp; Ramesh R A. Andavar
> > Subject: RE: PERFORCE change 26965 for review
> >
> > Interesting point.
> >
> > > -----Original Message-----
> > > From: Andy Sharp
> > > Sent: Friday, December 14, 2007 11:34 AM
> > > To: ramesh
> > > Cc: Ed Kwan
> > > Subject: Re: PERFORCE change 26965 for review
> > >
> > > On 14 Dec 2007 11:06:55 -0800 ramesh <ramesh@build-k2-depot>
wrote:
> > >
> > > > Change 26965 by ramesh@ramesh_DEV on 2007/12/14 10:59:41
> > > >
> > > > 	On upgrade the time zone is reset to PST.  Modified the
> > > > upgrade script to skip the /etc/localtime.  TED00020604.
> > > >
> > > > 	Reviewed by Ed Kwan
> > > >
> > > > Affected files ...
> > > >
> > > > ... //depot/dev/nfx-tree/code/ssc-nfxsh/verify_install.sh#2 edit
> > > >
> > > >
> > > > http://liszt:1818/@md=3Dd&cd=3D//depot/$c=3DG35@/26965?ac=3D10
> > >
> > > Hi guys,
> > >
> > > This change is not sufficient.  If you want to do this, more logic
has
> > > to be added, because the timezone files might change on an
upgrade,
> > > leaving /etc/localtime pointing to nothing.  So you can skip it
here,
> > > but after the upgrade is over, you have to check to see if it
still
> > > points to something, and if it doesn't, reset it to PST.
