Author: dnusinow
Date: 2006-04-29 13:33:27 -0400 (Sat, 29 Apr 2006)
New Revision: 1991

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/xserver-xorg.postinst.in
Log:
* Define the backup config file name before we tell people where we're
  backing up :-) Thanks Frans Pop and Flavio Stanchin. (closes: 365278)

Modified: trunk/debian/xorg/debian/changelog
===================================================================
--- trunk/debian/xorg/debian/changelog  2006-04-28 04:31:36 UTC (rev 1990)
+++ trunk/debian/xorg/debian/changelog  2006-04-29 17:33:27 UTC (rev 1991)
@@ -1,3 +1,10 @@
+xorg (1:7.0.16) UNRELEASED; urgency=low
+
+  * Define the backup config file name before we tell people where we're
+    backing up :-) Thanks Frans Pop and Flavio Stanchin. (closes: 365278)
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Sat, 29 Apr 2006 13:25:24 -0400
+
 xorg (1:7.0.15) unstable; urgency=low
   
   * The "Happy Birthday Steve!" release

Modified: trunk/debian/xorg/debian/xserver-xorg.postinst.in
===================================================================
--- trunk/debian/xorg/debian/xserver-xorg.postinst.in   2006-04-28 04:31:36 UTC 
(rev 1990)
+++ trunk/debian/xorg/debian/xserver-xorg.postinst.in   2006-04-29 17:33:27 UTC 
(rev 1991)
@@ -817,8 +817,8 @@
     rm -f "$NEW_XORGCONFIG"
   else
     # I'm going to get in so much shit for this...
+    BACKUP_XORGCONFIG="$XORGCONFIG.$(date '+%Y%m%d%H%M%S')"
     warn "$XORGCONFIG has been customized, but we need to make updates. 
Backing up your config to $BACKUP_XORGCONFIG. If we screw something up, restore 
using this file."
-      BACKUP_XORGCONFIG="$XORGCONFIG.$(date '+%Y%m%d%H%M%S')"
       cp "$XORGCONFIG" "$BACKUP_XORGCONFIG"
     sed -e'
        # Dump obsolete modules


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

Reply via email to