X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=25a4a2f4f41a7da0e20e6ef0af33f40284f98821;hb=refs%2Ftags%2Fv5.1.3;hp=88bca34f93df3fd42969fb4e7fa41f44c9445d10;hpb=709fdb91b20f897277f8ac5fd5b87d1671d33905;p=monit-cn.git diff --git a/debian/postinst b/debian/postinst index 88bca34..25a4a2f 100755 --- a/debian/postinst +++ b/debian/postinst @@ -56,9 +56,9 @@ if grep -q '@localhost' /etc/monit/monitrc; then /etc/monit/monitrc || true fi -# fix "but not on { changed } bug in monitrc -cp_check_and_sed '^set alert [^[:space:]]*@[^[:space:]]* $' \ - 's/^set alert \([^[:space:]]*@[^[:space:]]*\).*$/set alert \1 but not on { instance }/g' \ +# migrate to "but not on { instance }" alerting style +cp_check_and_sed '^set alert [^[:space:]]*@[^[:space:]]* ' \ + 's/^set alert \([^[:space:]]*@[^[:space:]]*\) .*$/set alert \1 but not on { instance }/g' \ /etc/monit/monitrc || true # (re)generate monit.d files @@ -109,7 +109,7 @@ fi # reload init, since we have new configuration echo "CN: (Re)starting monit service, please check /var/log/daemon.log" pkill -9 -f '/usr/sbin/monit$' || true -kill -HUP 1 +telinit q # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts.