[Pkg-nagios-changes] [SCM] Packaging of check_mk branch, master, updated. 0fb551d6583882c6e7ebdfbe26f4878b6a5abbe2
Sven Velt
sven at velt.de
Sun Feb 20 10:17:07 UTC 2011
The following commit has been merged in the master branch:
commit cebcf1a25b78c0f310d210c85f4a99aa6fed44bd
Author: Sven Velt <sven at velt.de>
Date: Sun Feb 20 11:02:44 2011 +0100
Disable xinetd service for agent
diff --git a/debian/rules b/debian/rules
index 650da0c..e2b193f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,6 +78,8 @@ install: build
cp debian/tmp/usr/share/check_mk/agents/check_mk_agent.linux debian/check-mk-agent/usr/bin/check_mk_agent
chmod +x debian/check-mk-agent/usr/bin/check_mk_agent
cp debian/tmp/usr/share/check_mk/agents/xinetd.conf debian/check-mk-agent/etc/xinetd.d/check_mk
+ # xinetd: Disable service
+ sed -i 's#disable\s*=\s*no#disable = yes#' debian/check-mk-agent/etc/xinetd.d/check_mk
--
Packaging of check_mk
More information about the Pkg-nagios-changes
mailing list