X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostrm;h=61eaa0743872c08d3f3a40c6ab43e7a98fb1e0b3;hb=df07fec32ca932aceaf632787b8872e84ff1735d;hp=541b7c1fec604e95f4c662b779d6b34bb6d659c1;hpb=ddff8b45ab496434fe4e4b510f3b364d32c6bb52;p=monit-cn.git diff --git a/debian/postrm b/debian/postrm index 541b7c1..61eaa07 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 -HUP 1 +kill -SIGHUP 1 # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts.