diff options
author | Renat Lumpau <rl03@gentoo.org> | 2006-09-12 03:57:41 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2006-09-12 03:57:41 +0000 |
commit | 9b48dc5cc26b58102fab1e030c51003788f08d9b (patch) | |
tree | 256803cdaa1e0c2e703b79ae9f72a01d1f16bea9 /dev-db | |
parent | Stable x86 (diff) | |
download | gentoo-2-9b48dc5cc26b58102fab1e030c51003788f08d9b.tar.gz gentoo-2-9b48dc5cc26b58102fab1e030c51003788f08d9b.tar.bz2 gentoo-2-9b48dc5cc26b58102fab1e030c51003788f08d9b.zip |
Fix instructions per bug #146567.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/phpmyadmin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/phpmyadmin/files/postinstall-en-2.8.0.txt | 2 |
2 files changed, 6 insertions, 2 deletions
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 <rl03@gentoo.org> + 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. |