Subject: [summary] How to set TZ environment at boot time?
To: None <macbsd-general@netbsd.org>
From: Futoshi Miyamori/JH1AFN <futoshi@sramhb.sra.co.jp>
List: macbsd-general
Date: 09/30/1994 10:42:36
I wrote:
 %I want to set TZ environment variable to "Japan" at boot time.
 %How can I do this? Do I have to reconfig the kernel?

1. make the appropriate symbolic link from /etc/localtime to
   /usr/share/zoneinfo/*.

   # ln -s /usr/share/zoneinfo/Japan /etc/localtime

2. reconfigure the kernel.

I don't know how to reconfigure the kernel(Maybe I need sources).
So, I made symbolic link.

Thanks a lot.
--
futoshi