diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-06-30 16:39:48 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-06-30 16:39:48 +0000 |
commit | a2c9a3b3fb126d403a318c1f25a5f6c77019ec36 (patch) | |
tree | 17caffbcdc7626f9c4682bd69887c93fabcbb85d /net-analyzer/nagios-sap-ccms-plugin | |
parent | Disable gtk ui if neither gtk or ncurses use flags are present (diff) | |
download | historical-a2c9a3b3fb126d403a318c1f25a5f6c77019ec36.tar.gz historical-a2c9a3b3fb126d403a318c1f25a5f6c77019ec36.tar.bz2 historical-a2c9a3b3fb126d403a318c1f25a5f6c77019ec36.zip |
Fix ownership of /usr/nagios/libexec for bug #154293
Package-Manager: portage-2.1.3_rc6
Diffstat (limited to 'net-analyzer/nagios-sap-ccms-plugin')
-rw-r--r-- | net-analyzer/nagios-sap-ccms-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-analyzer/nagios-sap-ccms-plugin/ChangeLog b/net-analyzer/nagios-sap-ccms-plugin/ChangeLog index cf24d14f0daa..bb95b0b8000f 100644 --- a/net-analyzer/nagios-sap-ccms-plugin/ChangeLog +++ b/net-analyzer/nagios-sap-ccms-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nagios-sap-ccms-plugin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/ChangeLog,v 1.3 2007/05/14 19:32:32 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/ChangeLog,v 1.4 2007/06/30 16:39:48 dertobi123 Exp $ + + 30 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> + nagios-sap-ccms-plugin-0.7.3.ebuild: + Fix ownership of /usr/nagios/libexec for bug #154293 14 May 2007; Markus Ullmann <jokey@gentoo.org> nagios-sap-ccms-plugin-0.7.3.ebuild: diff --git a/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild b/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild index e54379866d12..3a437db52e9e 100644 --- a/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild +++ b/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild,v 1.3 2007/05/14 19:32:32 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild,v 1.4 2007/06/30 16:39:48 dertobi123 Exp $ MY_P="sap-ccms-plugin-${PV}" @@ -34,6 +34,8 @@ src_install() { doexe ${file} done + chown -R root:nagios ${D}/usr/nagios/libexec || die "Failed Chown of ${D}usr/nagios/libexec" + dolib.so sap_moni.so cd ${S}/config |