Author: dnusinow Date: 2006-04-28 00:09:20 -0400 (Fri, 28 Apr 2006) New Revision: 1987
Modified: trunk/debian/xorg/debian/xserver-xorg.postinst.in Log: Copy missing line to allow backing up file to work Modified: trunk/debian/xorg/debian/xserver-xorg.postinst.in =================================================================== --- trunk/debian/xorg/debian/xserver-xorg.postinst.in 2006-04-28 02:13:31 UTC (rev 1986) +++ trunk/debian/xorg/debian/xserver-xorg.postinst.in 2006-04-28 04:09:20 UTC (rev 1987) @@ -818,6 +818,7 @@ else # I'm going to get in so much shit for this... 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]