- fixevi za Squeeze
authorDinko Korunic <kreator@carnet.hr>
Wed, 27 Apr 2011 17:43:34 +0000 (19:43 +0200)
committerDinko Korunic <kreator@carnet.hr>
Wed, 27 Apr 2011 17:43:34 +0000 (19:43 +0200)
debian/postinst

index 96b5e67..8afacff 100755 (executable)
@@ -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