- more lintian fixes v4.10.1-3
authorDinko Korunic <kreator@carnet.hr>
Mon, 7 Jun 2010 19:16:35 +0000 (21:16 +0200)
committerDinko Korunic <kreator@carnet.hr>
Mon, 7 Jun 2010 19:16:35 +0000 (21:16 +0200)
debian/postinst
debian/postrm

index f9d94b3..019d806 100755 (executable)
@@ -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.
index 00891bb..1be4eb9 100755 (executable)
@@ -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.