Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!gatech!hao!nbires!isis!scicom!upas!rcw From: rcw@upas.UUCP Newsgroups: comp.unix.questions Subject: Re: stupid timezone questions Message-ID: <96@upas.UUCP> Date: Sun, 10-May-87 18:30:11 EDT Article-I.D.: upas.96 Posted: Sun May 10 18:30:11 1987 Date-Received: Thu, 14-May-87 06:13:30 EDT References: <7312@brl-adm.ARPA> Reply-To: rcw@upas.UUCP (Robert White) Distribution: world Organization: UN*X Public Access System, Denver Lines: 24 This line == can of raid In article 928, kdavis@sun.COM writes: > How does one . /etc/TIMEZONE incoming uucico in SYSV.2? so that > you can get correct time? Thanks! We have found that the following script called /usr/lib/uucp/uushell solves this problem on our System V system. You may have to modify this somewhat if you have an /etc/TIMEZONE script (apparently the standard). On our system, TZ contains only the following: MST7MDT : if [ -f /etc/TZ -a -r /etc/TZ ]; then TZ=`cat /etc/TZ` export TZ fi exec /usr/lib/uucp/uucico $* Specify /usr/lib/uucp/uushell instead of /usr/lib/uucp/uucico in the /etc/passwd file. Admittedly, it is kludgy, but it works. Robert C. White, Jr. Graphics Information, Inc. UUCP: seismo!nbires!hao!scicom!qetzal!gii!rcw