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 | |
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')
-rw-r--r-- | www-apps/phpwebsite/Manifest | 4 | ||||
-rw-r--r-- | www-apps/phpwebsite/files/postinstall-en.txt | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www-apps/phpwebsite/Manifest b/www-apps/phpwebsite/Manifest index 7b83481bdb76..ec7b3d2729ba 100644 --- a/www-apps/phpwebsite/Manifest +++ b/www-apps/phpwebsite/Manifest @@ -1,7 +1,7 @@ MD5 737dda1f34c5d8fe39e7a8dc8f13cab8 ChangeLog 4250 MD5 ecbb5a02001856289bc050635b8d8394 metadata.xml 522 -MD5 ca75e49de177c3027396292eccf0328b phpwebsite-0.9.3_p4-r1.ebuild 1636 MD5 21ed86626ed5fb15f8cb5c60f4d03c8d phpwebsite-0.9.3_p4-r2.ebuild 1856 +MD5 ca75e49de177c3027396292eccf0328b phpwebsite-0.9.3_p4-r1.ebuild 1636 MD5 6ddbbfb4f4e1e5c4d8bf717835d3c2d8 files/digest-phpwebsite-0.9.3_p4-r2 239 -MD5 864765a9fc872565105ca1afdb9de3f0 files/postinstall-en.txt 446 +MD5 9db128d972b5f4cbbda4723ba50699d7 files/postinstall-en.txt 466 MD5 823ff723bde0deb5142a1753183467fd files/digest-phpwebsite-0.9.3_p4-r1 157 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 |