From 86bdd40d9218ffba97a5ee8428d4c5988bc41885 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Mon, 7 Jun 2010 21:16:35 +0200 Subject: [PATCH] - more lintian fixes --- debian/postinst | 2 +- debian/postrm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index f9d94b3..019d806 100755 --- a/debian/postinst +++ b/debian/postinst @@ -116,7 +116,7 @@ fi # reload init, since we have new configuration echo "CN: (Re)starting monit service, please check /var/log/daemon.log" pkill -9 -f '/usr/sbin/monit$' || true -kill -SIGHUP 1 +/bin/kill -HUP 1 # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. diff --git a/debian/postrm b/debian/postrm index 00891bb..1be4eb9 100755 --- a/debian/postrm +++ b/debian/postrm @@ -44,7 +44,7 @@ echo "CN: Stopping monit service" pkill -9 -f /usr/sbin/monit || true # reload init -kill -SIGHUP 1 +/bin/kill -SIGHUP 1 # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. -- 1.7.10.4