projects
/
monit-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4d79eb
)
- fixevi za Squeeze
author
Dinko Korunic
<kreator@carnet.hr>
Wed, 27 Apr 2011 17:43:34 +0000
(19:43 +0200)
committer
Dinko Korunic
<kreator@carnet.hr>
Wed, 27 Apr 2011 17:43:34 +0000
(19:43 +0200)
debian/postinst
patch
|
blob
|
history
diff --git
a/debian/postinst
b/debian/postinst
index
96b5e67
..
8afacff
100755
(executable)
--- 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