diff options
author | Eldad Zack <eldad@gentoo.org> | 2005-05-04 15:14:00 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2005-05-04 15:14:00 +0000 |
commit | 4a14e00d25cfa12457b971db8b046fe8c0616f52 (patch) | |
tree | 238a75cb5629c640e7b44e074e617e7d0b9df819 /net-analyzer/nagios-plugins | |
parent | Version bump (diff) | |
download | gentoo-2-4a14e00d25cfa12457b971db8b046fe8c0616f52.tar.gz gentoo-2-4a14e00d25cfa12457b971db8b046fe8c0616f52.tar.bz2 gentoo-2-4a14e00d25cfa12457b971db8b046fe8c0616f52.zip |
follow up: perms update
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/nagios-plugins')
-rw-r--r-- | net-analyzer/nagios-plugins/Manifest | 14 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild | 4 |
3 files changed, 6 insertions, 16 deletions
diff --git a/net-analyzer/nagios-plugins/Manifest b/net-analyzer/nagios-plugins/Manifest index 68518e8b370c..aff28062dfcb 100644 --- a/net-analyzer/nagios-plugins/Manifest +++ b/net-analyzer/nagios-plugins/Manifest @@ -1,8 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 bd40ce17a4ace5b2d749b296eebed0fe nagios-plugins-1.4.ebuild 3311 -MD5 5857f5bd8aa6e8da5cd817ee18e3b2da nagios-plugins-1.3.1-r1.ebuild 2978 +MD5 5ee0bd1b71b6ccc33138085fac7e5893 nagios-plugins-1.4.ebuild 3280 +MD5 2a84a939646df1f47389cdc3f8fce752 nagios-plugins-1.3.1-r1.ebuild 2947 MD5 9690d9a71ebd243c1041695cbcbe80df ChangeLog 5670 MD5 a3aa02d9b004cdb8629496aa61024fb7 metadata.xml 256 MD5 c8c25561d4871462ea03dc0490ced91b files/check_swap.c.patch 2212 @@ -10,10 +7,3 @@ MD5 639ea6f5791cdf3ad540489c66d1f356 files/digest-nagios-plugins-1.4 70 MD5 acb0b2b914b27b67b9a33807b1e6838e files/install-opts-fix.diff 3168 MD5 ee71da291efd7427bd9786591a98df34 files/nagios-plugins-noradius.patch 2661 MD5 39af7074b023625d9a75730bd6932437 files/digest-nagios-plugins-1.3.1-r1 72 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCeLhhT+MN7JbqCpMRAvN2AKCIjXlXr4Tr2FH1j3nReGN0aX33nACdHfWZ -3/DdzZS0VzlvZC+L0mC0ckM= -=i/c8 ------END PGP SIGNATURE----- diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild index 7405d782541a..434333e8ec24 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild,v 1.17 2005/05/04 11:55:57 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild,v 1.18 2005/05/04 15:14:00 eldad Exp $ inherit eutils @@ -74,7 +74,7 @@ src_install() { chown -R nagios:nagios ${D}/usr/nagios/libexec || die "Failed Chown of ${D}/usr/nagios/libexec" - find ${D}/usr/nagios/libexec -type d | xargs chmod 0755 || die "Failed Chmod of ${D}/usr/nagios/libexec (dirs)" + chmod -R o-rwx ${D}/usr/nagios/libexec "Failed Chmod of ${D}/usr/nagios/libexec" } pkg_postinst() { diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild index 73651c5b0ce6..7d5ad16fcf94 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild,v 1.5 2005/05/04 11:55:58 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild,v 1.6 2005/05/04 15:14:00 eldad Exp $ inherit eutils @@ -91,7 +91,7 @@ src_install() { chown -R nagios:nagios ${D}/usr/nagios/libexec || die "Failed Chown of ${D}/usr/nagios/libexec" - find ${D}/usr/nagios/libexec -type d | xargs chmod 0755 || die "Failed Chmod of ${D}/usr/nagios/libexec (dirs)" + chmod -R o-rwx ${D}/usr/nagios/libexec "Failed Chmod of ${D}/usr/nagios/libexec" } pkg_postinst() { |