<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE id=ridTitle>Glacier</TITLE>

<STYLE>BODY {
        MARGIN-TOP: 20px; FONT-SIZE: 10pt; MARGIN-LEFT: 50px; COLOR: #006666; FONT-FAMILY: Arial, Helvetica
}
</STYLE>

<META content="MSHTML 6.00.2900.3059" name=GENERATOR></HEAD>
<BODY id=ridBody background=cid:484540316@27022007-1ea5>
<DIV><FONT color=#000000><SPAN class=484540316-27022007>Ladies &amp; 
Gentlemen,</SPAN></FONT></DIV>
<DIV><FONT color=#000000><SPAN 
class=484540316-27022007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000><SPAN class=484540316-27022007>I </SPAN>asked a 
question on linuxquestions.org about what exact commands I would need to 
install&nbsp;<SPAN class=484540316-27022007>your</SPAN> patch that will update 
the new DST rules on&nbsp;<SPAN class=484540316-27022007>my RH 8.0 
pc</SPAN>.&nbsp; One guy responded with the following:</DIV>
<DIV><SPAN class=906504015-26022007></SPAN>&nbsp;</DIV>
<DIV><SPAN class=906504015-26022007>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT color=#000080>]$ cd /tmp &amp;&amp; 
{ mkdir tz &amp;&amp; cd tz || exit 1; }<BR>wget -q 
'ftp://elsie.nci.nih.gov/pub/tz*.tar.gz' || exit <BR>]$ gzip -dc tzcode*.tar.gz 
| tar -xf -<BR>]$ gzip -dc tzdata*.tar.gz | tar -xf -<BR></FONT><FONT 
color=#008000>]$ which nawk &gt;/dev/null 2&gt;&amp;1|| { sed -i 's|nawk|gawk|g' 
Makefile || exit 1; }<BR>]$ LOCALTIMEVAR0=`grep ^ZONE= /etc/sysconfig/clock 
2&gt;/dev/null| awk -F'=' '{print $2}'|tr -d '"'`<BR>]$ LOCALTIMEVAR1=`make 
zonenames 2&gt;/dev/null|grep -m1 $LOCALTIMEVAR0|awk '{print $1}'`<BR>]$ [ -n 
$LOCALTIMEVAR1 ] || exit 1 &amp;&amp; { sed -i "s|Factory|$LOCALTIMEVAR1|g" 
Makefile \<BR>&amp;&amp; make install; echo 'Done!'; }</FONT></DIV>
<DIV dir=ltr style="TEXT-ALIGN: left">&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><SPAN class=906504015-26022007>The blue 
code I've already done and I understand.&nbsp; But what about the green 
code?&nbsp; Do you see anything there that may create something malcious or 
unsecure?&nbsp; I don't think so but I wanted to get your more educated &amp; 
trusted opinion.<SPAN class=484540316-27022007>&nbsp; Is it correct for east 
coast time zone (New York)?</SPAN></SPAN></DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><SPAN 
class=906504015-26022007></SPAN>&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><SPAN 
class=906504015-26022007></SPAN>&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><SPAN 
class=906504015-26022007></SPAN>&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><SPAN 
class=906504015-26022007>Thanks!</SPAN></DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><SPAN 
class=906504015-26022007></SPAN>&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><SPAN 
class=906504015-26022007></SPAN>&nbsp;</DIV></SPAN></DIV>
<DIV><SPAN class=906504015-26022007>-</SPAN>Bryan </DIV></FONT></BODY></HTML>