Explorar el Código

s-s-d: Clarify that the signal sent by default is TERM not KILL

Closes: #507568
Guillem Jover hace 17 años
padre
commit
5185f2d9c3
Se han modificado 3 ficheros con 9 adiciones y 2 borrados
  1. 5 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 2 2
      man/start-stop-daemon.8

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-01-05  Guillem Jover  <guillem@debian.org>
+
+	* man/start-stop-daemon.8: Clarify that the signal sent by default
+	is TERM not KILL.
+
 2009-01-04  Guillem Jover  <guillem@debian.org>
 
 	* utils/start-stop-daemon.c (signal_nr): Initialize with SIGTERM

+ 2 - 0
debian/changelog

@@ -44,6 +44,8 @@ dpkg (1.15.0) UNRELEASED; urgency=low
   * Fix typo in package description ('privides' -> 'provides').
     Thanks to Pascal De Vuyst <pascal.devuyst@gmail.com>. Closes: #510755
   * Make dpkg log files user readable. Closes: #480556
+  * Clarify in the start-stop-daemon man page that the signal sent by default
+    is TERM not KILL. Closes: #507568
 
   [ Raphael Hertzog ]
   * Enhance dpkg-shlibdeps's error message when a library can't be found to

+ 2 - 2
man/start-stop-daemon.8

@@ -24,8 +24,8 @@ will scan the process table looking for any processes which
 match the process name, uid, and/or gid (if specified). Any
 matching process will prevent
 .BR \-\-start
-from starting the daemon. All matching processes will be
-sent the KILL signal if
+from starting the daemon. All matching processes will be sent the TERM
+signal (or the one specified via \fB\-\-signal\fP or \fB\-\-retry\fP) if
 .BR \-\-stop
 is specified. For daemons which have long-lived children
 which need to live through a