X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=7324eeca2086b54c26148959af073f1787dd1415;hb=ff6e29a0b03ab8c26b5e49bcb7e4d74ef84d02cb;hp=f08d307fd7e85f8a58328c1f471d96d0b1051445;hpb=ad2a31e07695cd2fc73df76e478d7ea2384095d9;p=monit-cn.git diff --git a/debian/postinst b/debian/postinst index f08d307..7324eec 100755 --- a/debian/postinst +++ b/debian/postinst @@ -56,6 +56,11 @@ 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:]]* (but )?not on { changed }$' \ + 's/^set alert \([^[:space:]]*@[^[:space:]]*\) .*$/set alert \1 only on { uid, gid, size, nonexist, data, icmp, instance, invalid, exec, timeout, resource, checksum, match, timestamp, connection, permission }/g' \ + /etc/monit/monitrc || true + # if alert for "changed" is enabled, disable it ASAP # we're waiting for "but not on { changed }" to enter in official # package...