Author: aurel32
Date: 2007-04-15 18:03:18 +0000 (Sun, 15 Apr 2007)
New Revision: 2074

Modified:
   tzdata/trunk/debian/changelog
   tzdata/trunk/debian/config
Log:
  * Set the old timezone in case of cancellation (closes: bug#419344).



Modified: tzdata/trunk/debian/changelog
===================================================================
--- tzdata/trunk/debian/changelog       2007-04-15 17:11:05 UTC (rev 2073)
+++ tzdata/trunk/debian/changelog       2007-04-15 18:03:18 UTC (rev 2074)
@@ -2,8 +2,9 @@
 
   * Don't ask debconf questions during the first upgrade if the timezone
     is already configured.
+  * Set the old timezone in case of cancellation (closes: bug#419344).
 
- -- Aurelien Jarno <[EMAIL PROTECTED]>  Sat, 14 Apr 2007 13:33:23 +0200
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Sun, 15 Apr 2007 20:02:13 +0200
 
 tzdata (2007e-3) unstable; urgency=low
 

Modified: tzdata/trunk/debian/config
===================================================================
--- tzdata/trunk/debian/config  2007-04-15 17:11:05 UTC (rev 2073)
+++ tzdata/trunk/debian/config  2007-04-15 18:03:18 UTC (rev 2074)
@@ -35,7 +35,9 @@
 while [ "$STATE" -ge 0 ]; do
     case "$STATE" in
     0)
-        exit 1;
+        db_set tzdata/Areas "$AREA"
+        db_set tzdata/Zones/$AREA "$ZONE"
+        break
         ;;
     1)
         db_input high tzdata/Areas || true


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to