[Pkg-net-snmp-commits] [pkg-net-snmp] 03/03: fix init.d-script-does-not-source-init-functions

Hideki Yamane henrich at moszumanska.debian.org
Sun Mar 30 14:26:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch master
in repository pkg-net-snmp.

commit 5c3348e67b075cb1ab135a4e3981feb3eb665415
Author: Hideki Yamane <henrich at debian.org>
Date:   Sun Mar 30 23:15:02 2014 +0900

    fix init.d-script-does-not-source-init-functions
---
 debian/changelog  | 1 +
 debian/snmpd.init | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a7fe9aa..6cc36e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ net-snmp (5.7.2.1~dfsg-1) experimental; urgency=medium
     - relax start-stop-daemons avoid restart daemon before it terminates.
       Thanks to Saj Goonatilleke <saj.goonatilleke at anchor.net.au> for the
       patch (Closes: #640456)
+    - fix "init.d-script-does-not-source-init-functions" lintian warning
   * debian/snmpd.postinst
     - fix weird user creation (Closes: #482041, #589040, #606784, #610630)
   * debian/snmpd.postrm
diff --git a/debian/snmpd.init b/debian/snmpd.init
index 3275f57..8e93346 100644
--- a/debian/snmpd.init
+++ b/debian/snmpd.init
@@ -13,6 +13,7 @@
 #
 set -e
 
+. /lib/lsb/init-functions
 
 export PATH=/sbin:/usr/sbin:/bin:/usr/bin
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-net-snmp/pkg-net-snmp.git



More information about the Pkg-net-snmp-commits mailing list