summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-10-15 11:44:06 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-10-15 11:44:06 +0000
commitbf003b6581e148d022de098093138b7c3d38e332 (patch)
treee25d8d9b48b2afa5d64d77ddbf6840acfe7f322c /dev-php5
parentRemoved check_KV. (diff)
downloadgentoo-2-bf003b6581e148d022de098093138b7c3d38e332.tar.gz
gentoo-2-bf003b6581e148d022de098093138b7c3d38e332.tar.bz2
gentoo-2-bf003b6581e148d022de098093138b7c3d38e332.zip
Fix path.
(Portage version: 2.1.2_pre3-r1)
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/pecl-apc/ChangeLog6
-rw-r--r--dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/pecl-apc/ChangeLog b/dev-php5/pecl-apc/ChangeLog
index 1d8ccc800c13..73f214d29849 100644
--- a/dev-php5/pecl-apc/ChangeLog
+++ b/dev-php5/pecl-apc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/pecl-apc
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.19 2006/10/14 22:05:14 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/ChangeLog,v 1.20 2006/10/15 11:44:06 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-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild b/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild
index 56807da15717..5066758f440d 100644
--- a/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild
+++ b/dev-php5/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-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.6 2006/10/14 22:05:14 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.0.12_p2.ebuild,v 1.7 2006/10/15 11:44:06 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/apcphp5.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"'