From cff9006f5d925ad03ea32f0244a943d5568bce2a Mon Sep 17 00:00:00 2001 From: salo Date: Wed, 13 Apr 2005 17:30:28 +0000 Subject: Point to the correct sql script. XXX: this should be reworked when pgsql support is added Style. --- mail/gld/MESSAGE | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'mail/gld') diff --git a/mail/gld/MESSAGE b/mail/gld/MESSAGE index 22850c2148c..24860ea33f2 100644 --- a/mail/gld/MESSAGE +++ b/mail/gld/MESSAGE @@ -1,11 +1,11 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2004/11/25 17:22:31 xtraeme Exp $ +$NetBSD: MESSAGE,v 1.4 2005/04/13 17:30:28 salo Exp $ To configure gld, the following steps should be completed: -$ mysql -e "create database gld" -$ mysql -e "grant all on gld.* to gld@localhost identified by 'PASSWORD'" -$ mysql gld < ${PREFIX}/share/gld/tables.sql + $ mysql -e "create database gld" + $ mysql -e "grant all on gld.* to gld@localhost identified by 'PASSWORD'" + $ mysql gld < ${PREFIX}/share/gld/tables.mysql Modify "PASSWORD" with your desired password. @@ -19,6 +19,5 @@ line: Start gld via ${RCD_SCRIPTS_DIR}/gld start -it should be running fine now; good luck! - +It should be running fine now; good luck! =========================================================================== -- cgit v1.2.3