From 5c3348e67b075cb1ab135a4e3981feb3eb665415 Mon Sep 17 00:00:00 2001 From: Hideki Yamane Date: Sun, 30 Mar 2014 23:15:02 +0900 Subject: 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 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 -- cgit v1.2.3