X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=88bca34f93df3fd42969fb4e7fa41f44c9445d10;hb=709fdb91b20f897277f8ac5fd5b87d1671d33905;hp=7f1b54c230882e2b4980b403a47eec4138be5137;hpb=fd0cdc2556c7ee3513781cab829c19f93a9fc350;p=monit-cn.git diff --git a/debian/postinst b/debian/postinst index 7f1b54c..88bca34 100755 --- a/debian/postinst +++ b/debian/postinst @@ -57,8 +57,8 @@ if grep -q '@localhost' /etc/monit/monitrc; then 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' \ +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