1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix a typo in pkg-message

This commit is contained in:
Sergey Matveychuk 2008-04-14 08:59:00 +00:00
parent 970f719615
commit 4c54ac5901
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211227

View File

@ -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