From 27e27879bf38e9860eab33a3d449e588f9688ce1 Mon Sep 17 00:00:00 2001 From: sem Date: Mon, 14 Apr 2008 08:59:00 +0000 Subject: - Fix a typo in pkg-message --- net-mgmt/cacti/files/pkg-message.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-mgmt/cacti') 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 -- cgit