diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-11-23 16:10:43 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-11-23 16:10:43 +0000 |
commit | 84418fb121053201f1626cb3b9762e1e68966ebd (patch) | |
tree | 8faee4e7f02bc362cbbd34d7cba4b068fc498397 /www-apps/phpwebsite/files | |
parent | Version bump, bug #72059 (diff) | |
download | historical-84418fb121053201f1626cb3b9762e1e68966ebd.tar.gz historical-84418fb121053201f1626cb3b9762e1e68966ebd.tar.bz2 historical-84418fb121053201f1626cb3b9762e1e68966ebd.zip |
Fixing postinstall message per Bug #71502
Diffstat (limited to 'www-apps/phpwebsite/files')
-rw-r--r-- | www-apps/phpwebsite/files/postinstall-en.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/phpwebsite/files/postinstall-en.txt b/www-apps/phpwebsite/files/postinstall-en.txt index e8293275bb3e..c76fa472a5c4 100644 --- a/www-apps/phpwebsite/files/postinstall-en.txt +++ b/www-apps/phpwebsite/files/postinstall-en.txt @@ -5,13 +5,13 @@ on your own before starting setup. Then change permissions for set with this script: -cd ${MY_HTDOCSDIR}/phpwebsite/setup -./secure_setup.sh setup +cd /var/www/localhost/htdocs/phpwebsite/setup +./secure_phpws.sh setup Once you have a database ready proceed to http://$HOSTNAME/phpwebsite to continue installation. Once you are done with installation you need to run: -cd ${MY_HTDOCSDIR}/phpwebsite/setup +cd /var/www/localhost/htdocs/phpwebsite/setup ./secure_phpws.sh run apache users |