Santiago Vila wrote:

> > http://sources.debian.net/src/tzdata/2016f-1/debian/tzdata.postinst/#L30-L31
> 
> Ah, I checked in my laptop (jessie) and just assumed that it would be
> the same in stretch.

Ah, it indeed changed!


│   │   ├── debian/tzdata.postinst
│   │   │ @@ -23,15 +23,15 @@
│   │   │          ZONE=UTC
│   │   │          db_get tzdata/Areas && AREA="$RET"
│   │   │          db_get tzdata/Zones/$AREA && ZONE="$RET"
│   │   │          db_stop
│   │   │      
│   │   │          # Update the time zone
│   │   │          echo $AREA/$ZONE > /etc/timezone
│   │   │ -     cp -f /usr/share/zoneinfo/$AREA/$ZONE /etc/localtime.dpkg-new 
&& \
│   │   │ +     ln -nsf /usr/share/zoneinfo/$AREA/$ZONE /etc/localtime.dpkg-new 
&& \
│   │   │           mv -f /etc/localtime.dpkg-new /etc/localtime
│   │   │       which restorecon >/dev/null 2>&1 && restorecon /etc/localtime
│   │   │      
│   │   │          echo 
│   │   │          echo "Current default time zone: '$AREA/$ZONE'"
│   │   │      fi
│   │   │  

(This is unrelated to this bug I guess.)


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Reply via email to