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