diff options
author | salo <salo@pkgsrc.org> | 2005-04-13 17:30:28 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-04-13 17:30:28 +0000 |
commit | cff9006f5d925ad03ea32f0244a943d5568bce2a (patch) | |
tree | d68875b31e78f7b91c05b9248150e6061ff9750e /mail/gld | |
parent | d24b2e6bb5994994e2d162efc62c2da91e93e368 (diff) | |
download | pkgsrc-cff9006f5d925ad03ea32f0244a943d5568bce2a.tar.gz |
Point to the correct sql script.
XXX: this should be reworked when pgsql support is added
Style.
Diffstat (limited to 'mail/gld')
-rw-r--r-- | mail/gld/MESSAGE | 11 |
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! =========================================================================== |