X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=monit-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;h=8afacffa09ef325667f87043ecdef0a2a9c99981;hp=f43d9335c90f4c5fa709d86e9b08b579db4ac713;hb=df07fec32ca932aceaf632787b8872e84ff1735d;hpb=48537791e03e02cfd8e64e1d9fbb246f827f4fb7 diff --git a/debian/postinst b/debian/postinst index f43d933..8afacff 100755 --- a/debian/postinst +++ b/debian/postinst @@ -34,7 +34,7 @@ esac installfile=1 if [ -e /etc/monit/monitrc ]; then lines=$(grep -v '^#' /etc/monit/monitrc | wc -l) - if [ $lines -lt 2 ]; then + if [ $lines -lt 4 ]; then installfile=1 mv -f /etc/monit/monitrc /etc/monit/monitrc.dpkg-old else @@ -116,7 +116,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 -/bin/kill -HUP 1 +kill -HUP 1 # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts.