diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-10-15 11:46:01 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-10-15 11:46:01 +0000 |
commit | 92dce2e7c43bfb4537a6079471b5560c1b638e32 (patch) | |
tree | 3a6bfc6efc611ef838ba533a16697b19a7a5ad18 /dev-php4 | |
parent | hppa stable, bug #150261 (diff) | |
download | gentoo-2-92dce2e7c43bfb4537a6079471b5560c1b638e32.tar.gz gentoo-2-92dce2e7c43bfb4537a6079471b5560c1b638e32.tar.bz2 gentoo-2-92dce2e7c43bfb4537a6079471b5560c1b638e32.zip |
Fix path.
(Portage version: 2.1.2_pre3-r1)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/pecl-apc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php4/pecl-apc/ChangeLog b/dev-php4/pecl-apc/ChangeLog index cc679c9bc6ff..ebbd4713d68d 100644 --- a/dev-php4/pecl-apc/ChangeLog +++ b/dev-php4/pecl-apc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php4/pecl-apc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/ChangeLog,v 1.17 2006/10/14 22:02:51 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/ChangeLog,v 1.18 2006/10/15 11:46:01 chtekk Exp $ + + 15 Oct 2006; Luca Longinotti <chtekk@gentoo.org> + pecl-apc-3.0.12_p2.ebuild: + Fix path. 14 Oct 2006; Luca Longinotti <chtekk@gentoo.org> pecl-apc-3.0.12_p2.ebuild: diff --git a/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild b/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild index 90d8467d82d4..bf8ccfe2f90a 100644 --- a/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild +++ b/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.6 2006/10/14 22:02:51 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.7 2006/10/15 11:46:01 chtekk Exp $ PHP_EXT_NAME="apc" PHP_EXT_PECL_PKG="APC" @@ -59,7 +59,7 @@ src_install() { php-ext-base-r1_addtoinifiles "apc.user_ttl" '"7200"' php-ext-base-r1_addtoinifiles "apc.gc_ttl" '"3600"' php-ext-base-r1_addtoinifiles "apc.cache_by_default" '"1"' - php-ext-base-r1_addtoinifiles ";apc.mmap_file_mask" '"/tmp/apc.XXXXXX"' + php-ext-base-r1_addtoinifiles ";apc.mmap_file_mask" '"/tmp/apcphp4.XXXXXX"' php-ext-base-r1_addtoinifiles "apc.file_update_protection" '"2"' php-ext-base-r1_addtoinifiles "apc.enable_cli" '"0"' php-ext-base-r1_addtoinifiles "apc.max_file_size" '"1M"' |