diff options
author | 2006-09-12 03:57:41 +0000 | |
---|---|---|
committer | 2006-09-12 03:57:41 +0000 | |
commit | 9b48dc5cc26b58102fab1e030c51003788f08d9b (patch) | |
tree | 256803cdaa1e0c2e703b79ae9f72a01d1f16bea9 /dev-db/phpmyadmin/files | |
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/phpmyadmin/files')
-rw-r--r-- | dev-db/phpmyadmin/files/postinstall-en-2.8.0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |