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

X Strike Force SVN commit: rev 610 - trunk/debian



Author: branden
Date: 2003-09-30 11:24:05 -0500 (Tue, 30 Sep 2003)
New Revision: 610

Modified:
   trunk/debian/changelog
   trunk/debian/xserver-xfree86.preinst.in
Log:
Remove extraneous line-continuation character in xserver-xfree86's
post-installation script that caused the X server symlink (/etc/X11/X) to
erroneously be placed in manual configuration mode on upgrades from the
Old World Order (prior to 4.2.1-10).

- debian/xserver-xfree86.preinst.in


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-09-30 05:27:24 UTC (rev 609)
+++ trunk/debian/changelog	2003-09-30 16:24:05 UTC (rev 610)
@@ -292,8 +292,14 @@
       + xlibmesa3-glu-dev conflicts with and replaces mesag-dev (<< 5.0.0-1)
         (prior versions of mesag3 shipped /usr/lib/libGLU.so)
 
- -- Branden Robinson <branden@debian.org>  Tue, 30 Sep 2003 00:20:35 -0500
+  * Remove extraneous line-continuation character in xserver-xfree86's
+    post-installation script that caused the X server symlink (/etc/X11/X) to
+    erroneously be placed in manual configuration mode on upgrades from the
+    Old World Order (prior to 4.2.1-10).
+    - debian/xserver-xfree86.preinst.in
 
+ -- Branden Robinson <branden@debian.org>  Tue, 30 Sep 2003 11:22:30 -0500
+
 xfree86 (4.2.1-11) unstable; urgency=medium
 
   * urgency set to medium because bug #206790 bites a lot of people (but,

Modified: trunk/debian/xserver-xfree86.preinst.in
===================================================================
--- trunk/debian/xserver-xfree86.preinst.in	2003-09-30 05:27:24 UTC (rev 609)
+++ trunk/debian/xserver-xfree86.preinst.in	2003-09-30 16:24:05 UTC (rev 610)
@@ -78,7 +78,7 @@
                 message "Note: migrating $SERVER_SYMLINK away from management" \
                         "by debconf; backup stored in" \
                         "$SERVER_SYMLINK.dpkg-old and checksum stored in" \
-                        "$SERVER_SYMLINK_CHECKSUM." \
+                        "$SERVER_SYMLINK_CHECKSUM."
                 echo "$CURRENT_SYMLINK_TARGET" | md5sum > \
                      "$SERVER_SYMLINK_CHECKSUM"
                 ln -s "$CURRENT_SYMLINK_TARGET" "$SERVER_SYMLINK.dpkg-old"



Reply to: