summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-03-09 12:23:35 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-03-09 12:23:35 +0000
commit3bc80fed48e1ced2c377778043bb701984efafcc (patch)
tree3b35522c5a244c8423a18b521a1fb42c1893da81 /net-analyzer/cacti/files
parentadded rules needed by >=dante-1.1.15-r1 (diff)
downloadgentoo-2-3bc80fed48e1ced2c377778043bb701984efafcc.tar.gz
gentoo-2-3bc80fed48e1ced2c377778043bb701984efafcc.tar.bz2
gentoo-2-3bc80fed48e1ced2c377778043bb701984efafcc.zip
Update postinst-en.txt for bug 83673; updated both ebuilds to use built_with_use instead of the homegrown check_with_use() function. Also fixed the dodir ${D}... tidbit which caused obvious unwanted side effects.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/cacti/files')
-rw-r--r--net-analyzer/cacti/files/postinstall-en.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-analyzer/cacti/files/postinstall-en.txt b/net-analyzer/cacti/files/postinstall-en.txt
index fb40cc298b50..787ede337029 100644
--- a/net-analyzer/cacti/files/postinstall-en.txt
+++ b/net-analyzer/cacti/files/postinstall-en.txt
@@ -22,36 +22,6 @@ New Install
Make sure to fill in all of the path variables carefully and
correctly on the following screen.
-
-Upgrading
-
-Before cacti works you must upgrade the cacti database:
-1. Backup the old cacti database:
- shell> mysqlhotcopy --suffix=_old cacti
-2. Drop the old cacti database:
- shell> mysqladmin -p drop cacti
-3. Create the new cacti database
- shell> mysqladmin --user=root create cacti
-4. Import the default cacti database:
- shell> mysql cacti < ${MY_INSTALLDIR}/cacti.sql
-5. Edit ${MY_INSTALLDIR}/include/config.php, and confirm that the MySQL user,
- password and database is correct for your cacti configuration.
-
- Example:
- \$database_default = "cacti";
- \$database_hostname = "localhost";
- \$database_username = "cactiuser";
- \$database_password = "cacti";
-
-6. Point your web browser to: http://your-server/cacti/
- Select "Upgrade".
- Make sure to fill in all of the path variables carefully and
- correctly on the following screen.
-7. Test your upgraded installation. When all is fine you can
- drop the cacti_old database like so:
- shell> mysqladmin -p drop cacti_old
-
-
Cronjob
Either new or upgrading, make sure you have a cron job - Add this line to