diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-06-30 16:37:45 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-06-30 16:37:45 +0000 |
commit | bc7f1c4f92aed9cd9b50ee87a880e35704b9a8ac (patch) | |
tree | 61ec88d6edc9136ed767ae09e2865feb4683e529 /net-analyzer/nagios-plugins-snmp | |
parent | Fix ownership of /usr/nagios/libexec for bug #154293 (diff) | |
download | gentoo-2-bc7f1c4f92aed9cd9b50ee87a880e35704b9a8ac.tar.gz gentoo-2-bc7f1c4f92aed9cd9b50ee87a880e35704b9a8ac.tar.bz2 gentoo-2-bc7f1c4f92aed9cd9b50ee87a880e35704b9a8ac.zip |
Fix ownership of /usr/nagios/libexec for bug #154293
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'net-analyzer/nagios-plugins-snmp')
-rw-r--r-- | net-analyzer/nagios-plugins-snmp/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/nagios-plugins-snmp/ChangeLog b/net-analyzer/nagios-plugins-snmp/ChangeLog index ec9fdb405a1e..5067883d6598 100644 --- a/net-analyzer/nagios-plugins-snmp/ChangeLog +++ b/net-analyzer/nagios-plugins-snmp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nagios-plugins-snmp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/ChangeLog,v 1.2 2007/06/10 08:57:27 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/ChangeLog,v 1.3 2007/06/30 16:37:45 dertobi123 Exp $ + + 30 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> + nagios-plugins-snmp-0.5.5.ebuild: + Fix ownership of /usr/nagios/libexec for bug #154293 10 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> nagios-plugins-snmp-0.5.5.ebuild: diff --git a/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild b/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild index c78d5d7f6213..0993291f04a7 100644 --- a/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild +++ b/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.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-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild,v 1.2 2007/06/10 08:57:27 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.5.5.ebuild,v 1.3 2007/06/30 16:37:45 dertobi123 Exp $ inherit eutils @@ -34,7 +34,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "make install failed" - chown -R nagios:nagios ${D}/usr/nagios/libexec || die "Failed Chown of ${D}usr/nagios/libexec" + chown -R root:nagios ${D}/usr/nagios/libexec || die "Failed Chown of ${D}usr/nagios/libexec" chmod -R o-rwx ${D}/usr/nagios/libexec || "Failed Chmod of ${D}usr/nagios/libexec" dodoc README NEWS AUTHORS |