Re: /etc/timezone got lost

2007-09-05 Thread Gaute Strokkenes
On 5 sep 2007, [EMAIL PROTECTED] wrote: > During one of the last upgrades of the package tzdata on testing > (Lenny/Sid) the file /etc/timezone was deleted and not re-created. > Has anyone else experienced this? > With the command > dpkg-reconfigure tzdata > /etc/timezone is restored. I had the

RE: /etc/timezone got lost

2007-09-05 Thread raus . tom
you can actually recreate the /etc/timezone by creating a new symbolic link to /usr/share/zoneinfo/ and then check to see which applies to you. so ln -s /usr/share/zoneinfo/{check to see what applies to you here} /etc/timezone During one of the last upgrades of the package tzdata on testin