summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.org>2014-03-30 23:15:02 +0900
committerHideki Yamane <henrich@debian.org>2014-03-30 23:15:02 +0900
commit5c3348e67b075cb1ab135a4e3981feb3eb665415 (patch)
tree934ddd3c64a1b0ae11e524af147ba32aeb211746
parent5ce76dc67be01fc9bc205a30dd1973f36d066a41 (diff)
downloadpkg-net-snmp-5c3348e67b075cb1ab135a4e3981feb3eb665415.tar.gz
fix init.d-script-does-not-source-init-functionsdebian/5.7.2.1_dfsg-1
-rw-r--r--debian/changelog1
-rw-r--r--debian/snmpd.init1
2 files changed, 2 insertions, 0 deletions
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@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