X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostrm;h=7d4c1123d0f0ef182e3182fa04ce4b9fe15a3918;hb=c57f2a756831077fa8d56edf21395df39c9d3a5b;hp=00891bbb7878c4dd321c2db55dcf1afaac37b99c;hpb=44b665ec0d85762381c370f58d991292e118f99e;p=monit-cn.git diff --git a/debian/postrm b/debian/postrm index 00891bb..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 -SIGHUP 1 +telinit q # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts.