diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-22 20:12:56 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-22 20:12:56 +0000 |
commit | ac5b0f3e2c71de5a1b5680a5c44d3dac6f2e6b8f (patch) | |
tree | 70036643b92812c173cfdd596f65e77f09327d2a /eclass/php-pear-lib-r1.eclass | |
parent | Keyworded ~sparc (diff) | |
download | gentoo-2-ac5b0f3e2c71de5a1b5680a5c44d3dac6f2e6b8f.tar.gz gentoo-2-ac5b0f3e2c71de5a1b5680a5c44d3dac6f2e6b8f.tar.bz2 gentoo-2-ac5b0f3e2c71de5a1b5680a5c44d3dac6f2e6b8f.zip |
Fix shmem session unlink bug.
Diffstat (limited to 'eclass/php-pear-lib-r1.eclass')
-rw-r--r-- | eclass/php-pear-lib-r1.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php-pear-lib-r1.eclass b/eclass/php-pear-lib-r1.eclass index 7716af2950b7..95b95ec85adf 100644 --- a/eclass/php-pear-lib-r1.eclass +++ b/eclass/php-pear-lib-r1.eclass @@ -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/eclass/php-pear-lib-r1.eclass,v 1.10 2007/03/05 01:50:47 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.11 2007/03/22 20:12:56 chtekk Exp $ # # Author: Luca Longinotti <chtekk@gentoo.org> # Maintained by the PHP Team <php-bugs@gentoo.org> @@ -22,6 +22,7 @@ php-pear-lib-r1_src_install() { # SNMP support addpredict /usr/share/snmp/mibs/.index addpredict /var/lib/net-snmp/ + addpredict /session_mm_cli0.sem case "${CATEGORY}" in dev-php) |