X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostrm;h=7bdffffefcc5a074cf0c0bfe37e48fe46562ddf7;hb=7c8a71ff7a7e506f220507618f18cdbf1949ebf8;hp=1be4eb923a84fe761ac7caaf3fa1f6e56392a621;hpb=86bdd40d9218ffba97a5ee8428d4c5988bc41885;p=monit-cn.git diff --git a/debian/postrm b/debian/postrm index 1be4eb9..7bdffff 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 -/bin/kill -SIGHUP 1 +telinit q # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts.