summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorsalo <salo>2005-04-13 17:30:28 +0000
committersalo <salo>2005-04-13 17:30:28 +0000
commit2895dbb75178fb529e5b82fb852cbdeb7f093a5a (patch)
treed68875b31e78f7b91c05b9248150e6061ff9750e /mail
parentc48889103dfad78b07ad0dee090b0fe230926193 (diff)
downloadpkgsrc-2895dbb75178fb529e5b82fb852cbdeb7f093a5a.tar.gz
Point to the correct sql script.
XXX: this should be reworked when pgsql support is added Style.
Diffstat (limited to 'mail')
-rw-r--r--mail/gld/MESSAGE11
1 files changed, 5 insertions, 6 deletions
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!
===========================================================================