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