From b376d933662a2aae40fbab8ceda1620b1bfbd4b8 Mon Sep 17 00:00:00 2001
From: ryoon <ryoon@pkgsrc.org>
Date: Wed, 2 May 2012 22:08:42 +0000
Subject: s/tiki/concrete5/g, fix pasto

---
 www/php-concrete5/MESSAGE | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/php-concrete5/MESSAGE b/www/php-concrete5/MESSAGE
index 25f76dd795a..a01cfd8b42e 100644
--- a/www/php-concrete5/MESSAGE
+++ b/www/php-concrete5/MESSAGE
@@ -1,7 +1,7 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2011/12/14 20:51:50 ryoon Exp $
+$NetBSD: MESSAGE,v 1.2 2012/05/02 22:08:42 ryoon Exp $
 
-To use tiki with Apache 2.2, you will need to perform the following steps.
+To use concrete5 with Apache 2.2, you will need to perform the following steps.
 
 1. Install www/apache22 and www/ap-php
 
@@ -21,14 +21,14 @@ To use tiki with Apache 2.2, you will need to perform the following steps.
 	# ${RCD_SCRIPTS_DIR}/mysqld start
 	And see messages.
 
-5. Add MySQL user, tiki
+5. Add MySQL user, concrete5
 
 	$ mysql -u root -p
 	Enter password: YOUR_MYSQL_ROOT_PASSWORD
 	> create user concrete5 identified by 'concrete5_user_password';
 	> quit
 
-6. Create database for tiki
+6. Create database for concrete5
 
 	$ mysql -u root -p
 	Enter password: YOUR_MYSQL_ROOT_PASSWORD
-- 
cgit v1.2.3