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

X Strike Force XFree86 SVN commit: r1060 - trunk/debian



Author: branden
Date: 2004-02-18 16:02:27 -0500 (Wed, 18 Feb 2004)
New Revision: 1060

Modified:
   trunk/debian/changelog
   trunk/debian/xdm.config.in
Log:
Fix missing line-continuation character.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-02-18 16:33:09 UTC (rev 1059)
+++ trunk/debian/changelog	2004-02-18 21:02:27 UTC (rev 1060)
@@ -1,3 +1,10 @@
+xfree86 (4.3.0-3) unstable; urgency=low
+
+  * Fix missing line-continuation character.
+    - debian/xdm.config.in
+
+ -- Branden Robinson <branden@debian.org>  Wed, 18 Feb 2004 16:01:38 -0500
+
 xfree86 (4.3.0-2) unstable; urgency=low
 
   * The "It's like I have a shotgun in my mouth, I've got my finger on the

Modified: trunk/debian/xdm.config.in
===================================================================
--- trunk/debian/xdm.config.in	2004-02-18 16:33:09 UTC (rev 1059)
+++ trunk/debian/xdm.config.in	2004-02-18 21:02:27 UTC (rev 1060)
@@ -69,7 +69,7 @@
 if [ -n "$NEW_DEFAULT" ]; then
   if [ "$NEW_DEFAULT" != "$CURRENT_DEFAULT" ]; then
     if [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ]; then
-      observe "preparing to change default X display manager from"
+      observe "preparing to change default X display manager from" \
               "\"$CURRENT_DEFAULT\" to \"$NEW_DEFAULT\""
       mv "$DEFAULT_DISPLAY_MANAGER_FILE" \
          "$DEFAULT_DISPLAY_MANAGER_FILE.dpkg-tmp"



Reply to: