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

X Strike Force X.Org X11 SVN commit: r996 - trunk/debian



Author: ender
Date: 2006-01-02 14:27:34 -0500 (Mon, 02 Jan 2006)
New Revision: 996

Modified:
   trunk/debian/changelog
   trunk/debian/xdm.init
Log:
Added -n in order to avoid newline in xdm script (closes: #310000).


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-01-02 17:18:37 UTC (rev 995)
+++ trunk/debian/changelog	2006-01-02 19:27:34 UTC (rev 996)
@@ -1,5 +1,6 @@
 xorg-x11 (6.9.0.dfsg.1-1+SVN) UNRELEASED; urgency=low
 
+  [ David Nusinow ]
   * MANIFEST updates
     + s390. Thanks Bastian Blank. (closes: #345328)
     + ppc. Thanks Paul TBBle Hampson. (closes: #343693)
@@ -12,8 +13,11 @@
   * Add general/015_startx_dummy_fix.diff to fix missing $ in startx.
     Thanks Daniel 'NebuchadnezzaR' Dehennin. (closes: #345446)
 
- -- David Nusinow <dnusinow@debian.org>  Sat, 31 Dec 2005 16:32:27 -0500
+  [ David Martínez Moreno ]
+  * Added -n in order to avoid newline in xdm script (closes: #310000).
 
+ -- David Martínez Moreno <ender@debian.org>  Mon,  2 Jan 2006 21:21:59 +0100
+
 xorg-x11 (6.9.0.dfsg.1-1) unstable; urgency=low
 
   * Update to 6.9 final

Modified: trunk/debian/xdm.init
===================================================================
--- trunk/debian/xdm.init	2006-01-02 17:18:37 UTC (rev 995)
+++ trunk/debian/xdm.init	2006-01-02 19:27:34 UTC (rev 996)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: xdm.init 2143 2005-01-21 18:08:32Z branden $
+# $Id$
 
 # Copyright 1998-2002, 2004, 2005 Branden Robinson <branden@debian.org>.
 #
@@ -101,7 +101,7 @@
   stop)
     echo -n "Stopping X display manager: xdm"
     if ! [ -f $PIDFILE ]; then
-      echo " not running ($PIDFILE not found)"
+      echo -n " not running ($PIDFILE not found)"
       # The daemon is not running; do not tell the maintainer scripts that it
       # has not stopped.
       rm -f $UPGRADEFILE



Reply to: