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:
d3a332e
)
Revert "Revert "Revert "r21: - fixups"""
author
Dinko Korunic
<kreator@nekkar.carnet.hr>
Wed, 2 Apr 2008 10:06:52 +0000
(12:06 +0200)
committer
Dinko Korunic
<kreator@nekkar.carnet.hr>
Wed, 2 Apr 2008 10:06:52 +0000
(12:06 +0200)
This reverts commit
d3a332ee6501e679c97c2a735befeff18b1e2d95
.
update-monit.d
patch
|
blob
|
history
diff --git
a/update-monit.d
b/update-monit.d
index
20508c7
..
8505053
100755
(executable)
--- a/
update-monit.d
+++ b/
update-monit.d
@@
-110,7
+110,7
@@
check_template() {
return 0
fi
- if ! cmp -s "$filename" "${TEMPLATES_DIR}/${serviceconf}"; then
+ if cmp -s "$filename" "${TEMPLATES_DIR}/${serviceconf}"; then
RET=1
return 1
fi