Subject: Re: setting time /1.4
To: Guy Santiglia <fredfl2@soback.kornet.net>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 05/27/1999 09:32:00
On Fri, 28 May 1999, Guy Santiglia wrote:

> > What does "ls -l /etc/localtime" show? "zdump /etc/localtime"?
> > 
> 
> Here is the info you requested:
> 
> fredfl2: /home/fredfl2 # ls -l /etc/localtime
> lrwxr-xr-x  1 root  wheel  30 May 28 06:01 /etc/localtime ->
> /usr/share/zoneinfo/Asia/Seoul
> 
> fredfl2: /home/fredfl2 # zdump /etc/localtime
> /etc/localtime  Fri May 28 06:28:22 1999 PDT

You must have overwritten Asia/Seoul at some point, linking the wrong
way, or linking and untarring perhaps:

	fredb-> cd /usr/share/zoneinfo
	fredb-> ls -l Asia/Seoul PST8PDT 
	-r--r--r--  2 root  wheel   152 May 16 17:57 Asia/Seoul
	-r--r--r--  5 root  wheel  1000 May 16 17:57 PST8PDT

Bet you don't have the 152 byte file. If you don't have the
distribution around anymore, try dowloading "asia" from the
ftp.netbsd.org:
<ftp:/ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/share/zoneinfo/asia>
and running "zic asia" as root.