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

Bug#310000: #310000: Remove newline in xdm init script



severity 310000 minor
tags 310000 + patch
thanks

The fix for this bug is really simple, so please apply the attached
patch or add the "-n" manually.

Thanks,
Frank

--- /etc/init.d/xdm.old	2005-07-17 18:28:40.000000000 +0200
+++ /etc/init.d/xdm	2005-07-20 19:20:42.000000000 +0200
@@ -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: