X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostrm;h=f50d27728d6ccb5e195971fd657b06367d0f3ae0;hb=48537791e03e02cfd8e64e1d9fbb246f827f4fb7;hp=00891bbb7878c4dd321c2db55dcf1afaac37b99c;hpb=44b665ec0d85762381c370f58d991292e118f99e;p=monit-cn.git diff --git a/debian/postrm b/debian/postrm index 00891bb..f50d277 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) @@ -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.