Module: check_mk
Branch: master
Commit: dd9cba884dccff58ff24c716ba39727d5d65b4ba
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=dd9cba884dccff…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Sun Jan 30 16:13:47 2011 +0100
Fix rpm building due to mk_oracle change
---
check_mk.spec | 2 +-
scripts/setup.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/check_mk.spec b/check_mk.spec
index eea4224..18a7d1a 100644
--- a/check_mk.spec
+++ b/check_mk.spec
@@ -84,7 +84,7 @@ Requires: check_mk-agent
Summary: ORACLE-Plugin for check_mk agent
AutoReq: off
AutoProv: off
-%description agent-logwatch
+%description agent-oracle
The ORACLE plugin for the check_mk agent allows you to monitor
several aspects of ORACLE databases. You need to adapt the
script /etc/check_mk/sqlplus.sh to your needs.
diff --git a/scripts/setup.sh b/scripts/setup.sh
index e8d280e..2e66d11 100755
--- a/scripts/setup.sh
+++ b/scripts/setup.sh
@@ -620,7 +620,7 @@ do
tar xzf $SRCDIR/checkman.tar.gz -C $DESTDIR$checkmandir &&
mkdir -p $DESTDIR$agentsdir &&
tar xzf $SRCDIR/agents.tar.gz -C $DESTDIR$agentsdir &&
- for agent in $DESTDIR/$agentsdir/check_mk_*agent.* $DESTDIR/$agentsdir/mk_logwatch ;
do
+ for agent in $DESTDIR/$agentsdir/check_mk_*agent.* ; do
sed -ri 's@^export MK_LIBDIR="(.*)"@export
MK_LIBDIR="'"$agentslibdir"'"@' $agent
sed -ri 's@^export MK_CONFDIR="(.*)"@export
MK_CONFDIR="'"$agentsconfdir"'"@' $agent
done &&