From 9b48dc5cc26b58102fab1e030c51003788f08d9b Mon Sep 17 00:00:00 2001 From: Renat Lumpau Date: Tue, 12 Sep 2006 03:57:41 +0000 Subject: Fix instructions per bug #146567. (Portage version: 2.1.1_pre2-r6) --- dev-db/phpmyadmin/ChangeLog | 6 +++++- dev-db/phpmyadmin/files/postinstall-en-2.8.0.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'dev-db') diff --git a/dev-db/phpmyadmin/ChangeLog b/dev-db/phpmyadmin/ChangeLog index 0b1b76786870..af9fed261315 100644 --- a/dev-db/phpmyadmin/ChangeLog +++ b/dev-db/phpmyadmin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/phpmyadmin # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.199 2006/08/22 18:57:31 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.200 2006/09/12 03:57:41 rl03 Exp $ + + 12 Sep 2006; Renat Lumpau + files/postinstall-en-2.8.0.txt: + Fix instructions per bug #146567. *phpmyadmin-2.8.2.4 (22 Aug 2006) diff --git a/dev-db/phpmyadmin/files/postinstall-en-2.8.0.txt b/dev-db/phpmyadmin/files/postinstall-en-2.8.0.txt index 51345ca6dc90..70a380642b86 100644 --- a/dev-db/phpmyadmin/files/postinstall-en-2.8.0.txt +++ b/dev-db/phpmyadmin/files/postinstall-en-2.8.0.txt @@ -13,7 +13,7 @@ chmod o+rw ${MY_INSTALLDIR}/config # if you want to edit existing configuration: cp ${MY_INSTALLDIR}/config.inc.php ${MY_INSTALLDIR}/config/ - chown -R VHOST_SERVER_GID:VHOST_SERVER_UID ${MY_INSTALLDIR}/config + chown -R ${VHOST_SERVER_UID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/config 2. Be sure that the libraries/ directory is not visible. You can use the provided .htaccess file. -- cgit v1.2.3-65-gdbad