diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2008-04-14 08:59:00 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2008-04-14 08:59:00 +0000 |
commit | 4c54ac5901097a018d60ee81a7ed1821ad6da718 (patch) | |
tree | efe71e466d58b72c492cd84c47cc4cf0703c6eee /net-mgmt/cacti | |
parent | 970f71961531f83ffd4901f315324bf17712727a (diff) |
Notes
Diffstat (limited to 'net-mgmt/cacti')
-rw-r--r-- | net-mgmt/cacti/files/pkg-message.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/cacti/files/pkg-message.in b/net-mgmt/cacti/files/pkg-message.in index 6f3ff63034e6..25a51b4eb7b9 100644 --- a/net-mgmt/cacti/files/pkg-message.in +++ b/net-mgmt/cacti/files/pkg-message.in @@ -5,7 +5,7 @@ you may have to follow this steps to make it work correctly: 1. Create the MySQL database: # mysqladmin --user=root create cacti 2. Create a mysql user/password for cacti: - (change user and/or password if requered) + (change user and/or password if required) # echo "GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY 'cactiuser'; FLUSH PRIVILEGES;" | mysql 3. Import the default cacti database: # mysql cacti < %%PREFIX%%/%%CACTIDIR%%/cacti.sql |