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

[SCM] Debian package checker branch, master, updated. 2.3.0-18-ga87efa5



The following commit has been merged in the master branch:
commit 97480b194122bef26e457104229720074cbcae53
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Mon Dec 28 13:38:26 2009 -0600

    Mention 'killprocs' in init.d-script-possible-missing-stop
    
    killprocs is the init script responsible for killing all running
    processes when switching to runlevel 1.
    
    Remove some leftover words while at it.

diff --git a/checks/init.d.desc b/checks/init.d.desc
index 5d443ae..da190a2 100644
--- a/checks/init.d.desc
+++ b/checks/init.d.desc
@@ -287,11 +287,12 @@ Info: The given <tt>/etc/init.d</tt> script indicates it should be
  at any of those runlevels need to be stopped at all of them.
  .
  For example, if it is safe for the facility provided by this init script
- given init script to be stopped by <tt>sendsigs</tt> at runlevels 0 and
- 6, there should be no reason to special case runlevel 1.  If the facility
- needs special shutdown handling when rebooting the system (runlevel 6),
- it probably needs the same handling when halting the system (runlevel 0)
- or switching to single-user mode (runlevel 1).
+ to be stopped by <tt>sendsigs</tt> at runlevels 0 and 6, there should be
+ no reason to special case runlevel 1, where <tt>killprocs</tt> would
+ stop it.  If the facility needs special shutdown handling when rebooting
+ the system (runlevel 6), it probably needs the same handling when
+ halting the system (runlevel 0) or switching to single-user mode
+ (runlevel 1).
 
 Tag: init.d-script-missing-start
 Severity: normal
diff --git a/debian/changelog b/debian/changelog
index e2473a4..bcbc641 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ lintian (2.3.1) UNRELEASED; urgency=low
       to minor.
     + [RG] Fix a init.d-script-possible-missing-stop false positive when
       stopping on runlevels 2-5.
+    + [RG] Mention 'killprocs' in init.d-script-possible-missing-stop's
+      description. (Closes: #562608)
     + [RG] Warn about init scripts with incomplete start runlevels.
 
   * collection/ar-info:

-- 
Debian package checker


Reply to: