diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-08-13 16:23:54 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-08-13 16:23:54 +0000 |
commit | d205fb07efc1b659dc0c8275e4a43b33728223f1 (patch) | |
tree | 7ffa0d96e9a33e7b4a8773ed698af9e406bfffc5 /dev-php/turck-mmcache | |
parent | Updated ebuild to v2.3.22 (diff) | |
download | historical-d205fb07efc1b659dc0c8275e4a43b33728223f1.tar.gz historical-d205fb07efc1b659dc0c8275e4a43b33728223f1.tar.bz2 historical-d205fb07efc1b659dc0c8275e4a43b33728223f1.zip |
Fixed problems with /etc files not being installed correctly
Diffstat (limited to 'dev-php/turck-mmcache')
-rw-r--r-- | dev-php/turck-mmcache/Manifest | 2 | ||||
-rw-r--r-- | dev-php/turck-mmcache/turck-mmcache-2.3.22.ebuild | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-php/turck-mmcache/Manifest b/dev-php/turck-mmcache/Manifest index 1260c6a4c310..843334d01e8e 100644 --- a/dev-php/turck-mmcache/Manifest +++ b/dev-php/turck-mmcache/Manifest @@ -1,4 +1,4 @@ -MD5 e1e054c751ff7890ece787a312b9e1a3 turck-mmcache-2.3.22.ebuild 2370 +MD5 6e454503f53a330c181f7aa1940059aa turck-mmcache-2.3.22.ebuild 2371 MD5 b61e90cbe9e751158afd36d20e35dc1e turck-mmcache-2.3.21.ebuild 2317 MD5 02137a1bf5c1265325acd15d2b0b8ef0 turck-mmcache-2.3.19.ebuild 2214 MD5 a90175ce87600df8b36266b7e121ef88 ChangeLog 1885 diff --git a/dev-php/turck-mmcache/turck-mmcache-2.3.22.ebuild b/dev-php/turck-mmcache/turck-mmcache-2.3.22.ebuild index 5dde7523a757..acced386e45e 100644 --- a/dev-php/turck-mmcache/turck-mmcache-2.3.22.ebuild +++ b/dev-php/turck-mmcache/turck-mmcache-2.3.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/turck-mmcache/turck-mmcache-2.3.22.ebuild,v 1.1 2003/08/13 16:13:56 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/turck-mmcache/turck-mmcache-2.3.22.ebuild,v 1.2 2003/08/13 16:23:46 stuart Exp $ PHP_EXT_NAME="mmcache" PHP_EXT_ZENDEXT="yes" @@ -42,9 +42,6 @@ src_install() { doins encoder.php mmcache.php mmcache.gif dodoc CREDITS LICENSE README TODO EXPERIMENTAL -} - -pkg_postinst () { php-ext-base_addtoinifiles "mmcache.shm_size" '"16"' php-ext-base_addtoinifiles "mmcache.cache_dir" "\"${MMCACHE_CACHEDIR}\"" @@ -59,6 +56,10 @@ pkg_postinst () { php-ext-base_addtoinifiles "mmcache.compress" '"0"' php-ext-base_addtoinifiles "mmcache.shm_only" '"0"' +} + +pkg_postinst () { + einfo "You need to restart apache to activate MMCache" einfo einfo 'A web interface is available to manage the turck cache.' |