diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-08-22 15:06:20 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-08-22 15:06:20 +0000 |
commit | 2e62a0ab84b66dbecc7cb083b77ec7f32f2c63db (patch) | |
tree | 5f430d5b3c901ff99839282a20e7ec9486a4e4a2 /eclass | |
parent | Adding more addpredicts, bug 432248 (diff) | |
download | gentoo-2-2e62a0ab84b66dbecc7cb083b77ec7f32f2c63db.tar.gz gentoo-2-2e62a0ab84b66dbecc7cb083b77ec7f32f2c63db.tar.bz2 gentoo-2-2e62a0ab84b66dbecc7cb083b77ec7f32f2c63db.zip |
Adding more addpredicts, bug 432248
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-ext-source-r2.eclass | 5 | ||||
-rw-r--r-- | eclass/php-pear-lib-r1.eclass | 3 | ||||
-rw-r--r-- | eclass/php-pear-r1.eclass | 3 |
3 files changed, 8 insertions, 3 deletions
diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass index adbd2db01ffb..ae04aaad6ed1 100644 --- a/eclass/php-ext-source-r2.eclass +++ b/eclass/php-ext-source-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.28 2012/08/01 10:55:29 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.29 2012/08/22 15:06:20 olemarkus Exp $ # @ECLASS: php-ext-source-r2.eclass # @MAINTAINER: @@ -142,6 +142,7 @@ php-ext-source-r2_phpize() { php-ext-source-r2_src_configure() { # net-snmp creates this file #385403 addpredict /usr/share/snmp/mibs/.index + addpredict /var/lib/net-snmp/mib_indexes local slot for slot in $(php_get_slots); do @@ -157,6 +158,8 @@ php-ext-source-r2_src_configure() { php-ext-source-r2_src_compile() { # net-snmp creates this file #324739 addpredict /usr/share/snmp/mibs/.index + addpredict /var/lib/net-snmp/mib_indexes + # shm extension createss a semaphore file #173574 addpredict /session_mm_cli0.sem local slot diff --git a/eclass/php-pear-lib-r1.eclass b/eclass/php-pear-lib-r1.eclass index bf6396ad1ef2..e25cdd5426d2 100644 --- a/eclass/php-pear-lib-r1.eclass +++ b/eclass/php-pear-lib-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.26 2012/07/03 09:10:00 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.27 2012/08/22 15:06:20 olemarkus Exp $ # @ECLASS: php-pear-lib-r1.eclass # @MAINTAINER: @@ -53,6 +53,7 @@ php-pear-lib-r1_src_install() { # SNMP support addpredict /usr/share/snmp/mibs/.index addpredict /var/lib/net-snmp/ + addpredict /var/lib/net-snmp/mib_indexes addpredict /session_mm_cli0.sem PHP_BIN="/usr/bin/php" diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass index b2960c41473f..fab374d78f7b 100644 --- a/eclass/php-pear-r1.eclass +++ b/eclass/php-pear-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.29 2012/01/18 17:50:58 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.30 2012/08/22 15:06:20 olemarkus Exp $ # @ECLASS: php-pear-r1.eclass # @MAINTAINER: @@ -57,6 +57,7 @@ php-pear-r1_src_install() { # SNMP support addpredict /usr/share/snmp/mibs/.index addpredict /var/lib/net-snmp/ + addpredict /var/lib/net-snmp/mib_indexes addpredict /session_mm_cli0.sem PHP_BIN="/usr/bin/php" |