diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-05 03:21:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-05 03:21:43 +0000 |
commit | 98b11bac07b2d9a2f0b06d80cb160b8eaffc03d1 (patch) | |
tree | f0268da4bafe0f435c6607398ac0ff9312f1d35b /sys-apps | |
parent | Move LDCONFIG/STRIP disabling to src_install #264469 by Nick Fortino. (diff) | |
download | gentoo-2-98b11bac07b2d9a2f0b06d80cb160b8eaffc03d1.tar.gz gentoo-2-98b11bac07b2d9a2f0b06d80cb160b8eaffc03d1.tar.bz2 gentoo-2-98b11bac07b2d9a2f0b06d80cb160b8eaffc03d1.zip |
Make sure the id files are world readable #264812 by Redeeman.
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pciutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/pciutils/files/pciutils-2.2.7-update-pciids-both-forms.patch | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/pciutils/ChangeLog b/sys-apps/pciutils/ChangeLog index 2ccf66aa5c6e..80d37e39215a 100644 --- a/sys-apps/pciutils/ChangeLog +++ b/sys-apps/pciutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/pciutils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.163 2009/02/07 14:50:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.164 2009/04/05 03:21:42 vapier Exp $ + + 05 Apr 2009; Mike Frysinger <vapier@gentoo.org> + files/pciutils-2.2.7-update-pciids-both-forms.patch: + Make sure the id files are world readable #264812 by Redeeman. 07 Feb 2009; Raúl Porcel <armin76@gentoo.org> pciutils-3.0.2.ebuild: ia64/sparc stable wrt #256377 diff --git a/sys-apps/pciutils/files/pciutils-2.2.7-update-pciids-both-forms.patch b/sys-apps/pciutils/files/pciutils-2.2.7-update-pciids-both-forms.patch index 375945a835a3..855026be4cd9 100644 --- a/sys-apps/pciutils/files/pciutils-2.2.7-update-pciids-both-forms.patch +++ b/sys-apps/pciutils/files/pciutils-2.2.7-update-pciids-both-forms.patch @@ -1,7 +1,6 @@ -diff -Nuar pciutils-2.2.7.orig/update-pciids.sh pciutils-2.2.7/update-pciids.sh ---- pciutils-2.2.7.orig/update-pciids.sh 2007-10-30 16:17:03.253630000 -0800 -+++ pciutils-2.2.7/update-pciids.sh 2007-10-30 16:39:46.810463056 -0800 -@@ -72,4 +72,18 @@ +--- pciutils-2.2.7/update-pciids.sh ++++ pciutils-2.2.7/update-pciids.sh +@@ -72,4 +72,19 @@ rm -f ${DEST%.gz} ${DEST%.gz}.old fi @@ -18,5 +17,6 @@ diff -Nuar pciutils-2.2.7.orig/update-pciids.sh pciutils-2.2.7/update-pciids.sh +if [ ${DEST%.gz} != ${DEST} ] ; then + gzip -d <${DEST} >${DEST%.gz} +fi ++chmod a+r ${DEST} ${DEST%.gz} + ${quiet} || echo "Done." |