Subject: Re: setting time
To: None <port-alpha@netbsd.org>
From: Michael G. Schabert <mikeride@prez.org>
List: port-alpha
Date: 04/22/1999 16:14:03
>On Thu, Apr 22, 1999 at 03:35:43PM -0400, Todd Cohen wrote:
>
>> dumb question, how do I my system time to EST instead of PDT
>
>As root:
>
>ls -l /etc | grep localtime
>cd /etc
>rm localtime
>ln -s /usr/share/zoneinfo/US/Eastern localtime
Just outta curiousity...why bother with a pipe through grep for such a
simple command?
prez# ls -l /etc | grep localtime
lrwxr-xr-x 1 root wheel 30 Jan 31 17:28 localtime ->
/usr/share/zoneinfo/US/Eastern
prez# ls -l /etc/localtime
lrwxr-xr-x 1 root wheel 30 Jan 31 17:28 /etc/localtime ->
/usr/share/zoneinfo/US/Eastern
Mike
Bikers don't *DO* taglines.