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:
3d00501
)
Revert "r21: - fixups"
author
Dinko Korunic
<kreator@nekkar.carnet.hr>
Wed, 2 Apr 2008 10:06:45 +0000
(12:06 +0200)
committer
Dinko Korunic
<kreator@nekkar.carnet.hr>
Wed, 2 Apr 2008 10:06:45 +0000
(12:06 +0200)
This reverts commit
3d00501c2eb3414df0d9cad8c6b4e8fd2f706227
.
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