- fixevi za Squeeze
[monit-cn.git] / debian / postinst
index f9d94b3..8afacff 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# postinst script for bind9-cn
+# postinst script for monit-cn
 #
 # see: dh_installdeb(1)
 
@@ -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
-kill -SIGHUP 1
+kill -HUP 1
 
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.