X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostrm;h=7d4c1123d0f0ef182e3182fa04ce4b9fe15a3918;hb=c57f2a756831077fa8d56edf21395df39c9d3a5b;hp=541b7c1fec604e95f4c662b779d6b34bb6d659c1;hpb=ddff8b45ab496434fe4e4b510f3b364d32c6bb52;p=monit-cn.git diff --git a/debian/postrm b/debian/postrm index 541b7c1..7d4c112 100755 --- a/debian/postrm +++ b/debian/postrm @@ -1,5 +1,5 @@ #!/bin/sh -# postrm script for bind9-cn +# postrm script for monit-cn # # see: dh_installdeb(1) @@ -41,10 +41,10 @@ chmod +x /etc/init.d/monit # kill monit echo "CN: Stopping monit service" -pkill -9 -f /usr/sbin/monit || true +pkill -9 -f /usr/bin/monit || true # reload init -kill -HUP 1 +telinit q # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts.