[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2353 - tzdata/trunk/debian



Author: schizo
Date: 2007-06-05 03:12:13 +0000 (Tue, 05 Jun 2007)
New Revision: 2353

Modified:
   tzdata/trunk/debian/changelog
   tzdata/trunk/debian/config
Log:
  * debian/config: patch form Ingo Saitz to fix handling of
    cases where /etc/localtime is missing.  closes: #427584.


Modified: tzdata/trunk/debian/changelog
===================================================================
--- tzdata/trunk/debian/changelog	2007-06-04 16:37:54 UTC (rev 2352)
+++ tzdata/trunk/debian/changelog	2007-06-05 03:12:13 UTC (rev 2353)
@@ -1,6 +1,8 @@
 tzdata (2007f-9) UNRELEASED; urgency=low
 
   * debian/po/wo.po: update from M Mamoune Mbacke.  closes: #427504.
+  * debian/config: patch form Ingo Saitz to fix handling of
+    cases where /etc/localtime is missing.  closes: #427584.
 
  -- Clint Adams <schizo@debian.org>  Mon, 04 Jun 2007 12:36:07 -0400
 

Modified: tzdata/trunk/debian/config
===================================================================
--- tzdata/trunk/debian/config	2007-06-04 16:37:54 UTC (rev 2352)
+++ tzdata/trunk/debian/config	2007-06-05 03:12:13 UTC (rev 2353)
@@ -341,8 +341,8 @@
 # The timezone has never been configured or is falsely configured
 if ! [ -e /etc/localtime ] ; then
     if [ -n "$TZ_TIMEZONE" ] ; then
-        AREA="${TZ_LOCALTIME%%/*}"
-        ZONE="${TZ_LOCALTIME#*/}"
+        AREA="${TZ_TIMEZONE%%/*}"
+        ZONE="${TZ_TIMEZONE#*/}"
     else
         AREA="Etc"
 	ZONE="UTC"



Reply to: