diff options
author | Peter Volkov <pva@gentoo.org> | 2008-02-13 13:00:08 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-02-13 13:00:08 +0000 |
commit | 5029a58aa9d18326593732dcb7015f85f668147e (patch) | |
tree | 1199b9b97a3ab6e4d47c352839a89fc5c7ebf0e2 /net-analyzer/cacti/files | |
parent | Version bump. Mark 4.0.4.14 stable on X86. Add ~AMD64 & ~PPC keywords, tested... (diff) | |
download | gentoo-2-5029a58aa9d18326593732dcb7015f85f668147e.tar.gz gentoo-2-5029a58aa9d18326593732dcb7015f85f668147e.tar.bz2 gentoo-2-5029a58aa9d18326593732dcb7015f85f668147e.zip |
Version bump. Cleaned a bit postinstall. Security fixes for bug 209918. Thank you Pierre-Yves Rofes <py AT gentoo.org> for report! Cleaned unstable vulnerable versions.
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-analyzer/cacti/files')
-rw-r--r-- | net-analyzer/cacti/files/postinstall-en.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/cacti/files/postinstall-en.txt b/net-analyzer/cacti/files/postinstall-en.txt index e4e5e655954f..732c718005cb 100644 --- a/net-analyzer/cacti/files/postinstall-en.txt +++ b/net-analyzer/cacti/files/postinstall-en.txt @@ -4,7 +4,7 @@ New Install 1. Create the new cacti database shell> mysqladmin -p --user=root create cacti 2. Import the default cacti database: - shell> mysql -p cacti < ${MY_INSTALLDIR}/cacti.sql + shell> mysql -p --user=root cacti < ${MY_INSTALLDIR}/cacti.sql 3. Create a MySQL username and password for cacti. shell> mysql -p --user=root mysql mysql> GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY 'somepassword'; @@ -16,9 +16,9 @@ New Install \$database_default = "cacti"; \$database_hostname = "localhost"; \$database_username = "cactiuser"; - \$database_password = "cacti"; + \$database_password = "somepassword"; -5. Point your web browser to: http://your-server/cacti/ +5. Point your web browser to: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/ Make sure to fill in all of the path variables carefully and correctly on the following screen. 6. After you've gone through the setup wizard, go back to the main cacti page @@ -39,9 +39,9 @@ Upgrading \$database_default = "cacti"; \$database_hostname = "localhost"; \$database_username = "cactiuser"; - \$database_password = "cacti"; -4. Point your web browser to: http://your-server/cacti/ - Select "Upgrade:. + \$database_password = "somepassword"; +4. Point your web browser to: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/ + Select "Upgrade". Make sure to fill in all of the path variables carefully and correctly on the following screen. |