pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/gld Point to the correct sql script.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58733a6558c6
branches:  trunk
changeset: 492479:58733a6558c6
user:      salo <salo%pkgsrc.org@localhost>
date:      Wed Apr 13 17:30:28 2005 +0000

description:
Point to the correct sql script.
XXX: this should be reworked when pgsql support is added
Style.

diffstat:

 mail/gld/MESSAGE |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r b17b4bcd5564 -r 58733a6558c6 mail/gld/MESSAGE
--- a/mail/gld/MESSAGE  Wed Apr 13 17:16:25 2005 +0000
+++ b/mail/gld/MESSAGE  Wed Apr 13 17:30:28 2005 +0000
@@ -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 @@
 
 Start gld via ${RCD_SCRIPTS_DIR}/gld start
 
-it should be running fine now; good luck!
-
+It should be running fine now; good luck!
 ===========================================================================



Home | Main Index | Thread Index | Old Index