[Pkg-nagios-changes] [SCM] Packaging of check_mk branch, master, updated. 60c0abe8da5653f47782a2125347651282f5654f
Alexander Wirt
formorer at debian.org
Sat Mar 5 09:20:29 UTC 2011
The following commit has been merged in the master branch:
commit c010d2cd35cb1bd4cba00916d86540a75505f0c4
Author: Alexander Wirt <formorer at debian.org>
Date: Sat Mar 5 09:52:09 2011 +0100
Finally fix the execution bit on checks
diff --git a/debian/rules b/debian/rules
index d3e4b31..52fb1d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,7 +78,6 @@ 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
- chmod +x debian/tmp/usr/share/doc/check_mk/checks/*
# xinetd: Disable service
sed -i 's#disable\s*=\s*no#disable = yes#' debian/check-mk-agent/etc/xinetd.d/check_mk
@@ -99,6 +98,7 @@ binary-arch: build install
dh_installdocs
dh_installexamples
dh_install
+ chmod +x debian/check-mk-server/usr/share/check_mk/checks/*
# dh_installmenu
# dh_installdebconf
# dh_installlogrotate
--
Packaging of check_mk
More information about the Pkg-nagios-changes
mailing list