[Pkg-cups-devel] r254 - cupsys/branches/cups-1.2/debian

Kenshi Muto kmuto at costa.debian.org
Mon Jun 5 13:51:46 UTC 2006


Author: kmuto
Date: Mon Jun  5 13:51:45 2006
New Revision: 254

Modified:
   cupsys/branches/cups-1.2/debian/changelog
   cupsys/branches/cups-1.2/debian/cupsys.init.d

Log:
append log_end_msg (#370460)

Modified: cupsys/branches/cups-1.2/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2/debian/changelog	(original)
+++ cupsys/branches/cups-1.2/debian/changelog	Mon Jun  5 13:51:45 2006
@@ -2,6 +2,8 @@
 
   [Kenshi Muto]
   * Provides /etc/cups/ssl directory for SSL. (closes: #370407, #370450)
+  * Add an newline after 'Starting ...' message by appending log_end_msg
+    to /etc/init.d/cupsys. (closes: #370460)
 
  -- Kenshi Muto <kmuto at debian.org>  Mon,  5 Jun 2006 22:44:55 +0900
 

Modified: cupsys/branches/cups-1.2/debian/cupsys.init.d
==============================================================================
--- cupsys/branches/cups-1.2/debian/cupsys.init.d	(original)
+++ cupsys/branches/cups-1.2/debian/cupsys.init.d	Mon Jun  5 13:51:45 2006
@@ -27,6 +27,7 @@
 	chmod 3775 /usr/share/cups/model 2>/dev/null || true
 	mkdir -p `dirname "$PIDFILE"`
 	start-stop-daemon --start --quiet --oknodo --pidfile "$PIDFILE" --exec $DAEMON
+	log_end_msg $?
 	;;
   stop)
 	log_begin_msg "Stopping $DESC: $NAME"



More information about the Pkg-cups-devel mailing list