diff options
author | 2011-05-15 22:16:46 +0000 | |
---|---|---|
committer | 2011-05-15 22:16:46 +0000 | |
commit | f2eb77194c290201a8707916f2c82726764792bf (patch) | |
tree | f9c63601711915241d05cf1d96c204185b17c2af /dev-db/phpmyadmin/files | |
parent | Clean up old revision. (diff) | |
download | historical-f2eb77194c290201a8707916f2c82726764792bf.tar.gz historical-f2eb77194c290201a8707916f2c82726764792bf.tar.bz2 historical-f2eb77194c290201a8707916f2c82726764792bf.zip |
Version bump. The installation of the PMA setup utility can now be controlled via the 'setup' USE flag.
Package-Manager: portage-2.2.0_alpha33/cvs/Linux x86_64
Diffstat (limited to 'dev-db/phpmyadmin/files')
-rw-r--r-- | dev-db/phpmyadmin/files/postinstall-en-3.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-db/phpmyadmin/files/postinstall-en-3.1.txt b/dev-db/phpmyadmin/files/postinstall-en-3.1.txt index 29a8dc77ba7a..4e72581eb82d 100644 --- a/dev-db/phpmyadmin/files/postinstall-en-3.1.txt +++ b/dev-db/phpmyadmin/files/postinstall-en-3.1.txt @@ -2,7 +2,8 @@ If this is a new installation: 1. Configure ${PN}: -a) Create config.inc.php. You can use the web-based installer: +a) Create config.inc.php. You can use the web-based installer + (this requires the 'setup' USE flag to be enabled): mkdir ${MY_INSTALLDIR}/config chown ${VHOST_SERVER_UID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/config |