On Sun, 28 Apr 1996, Carlos Carvalho wrote: > Gerry Jensen ([EMAIL PROTECTED]) wrote on 27 April 1996 15:02: > >I found a problem with the tzconfig script from the timezone package. It > >creates /ect/localtime as a symbolic link to /usr/lib/zoneinfo/posix/... > >Yet, there is no /usr/lib/zoneinfo/posix directory created by the package > >so no time zone is configured. > > Which version did you use? For me the link is > /usr/lib/zoneinfo/America/Sao_Paulo, which is correct. I installed > timezone 7.48-1.
I too am using 7.48-1. Don't know why our /etc/localtime files should be different. But, in the tzconfig script, line 3 reads "RULE=posix" and the final line reads: rm -f /etc/localtime ; ln -s /usr/lib/zoneinfo/$RULE/$name /etc/localtime Gerry [EMAIL PROTECTED]

