pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/rt3 Clarify (hopefully) the command to run in or...
details: https://anonhg.NetBSD.org/pkgsrc/rev/67ae9632600b
branches: trunk
changeset: 482849:67ae9632600b
user: cube <cube%pkgsrc.org@localhost>
date: Wed Nov 03 23:34:05 2004 +0000
description:
Clarify (hopefully) the command to run in order to setup the database.
diffstat:
devel/rt3/MESSAGE | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r b9bd118566d9 -r 67ae9632600b devel/rt3/MESSAGE
--- a/devel/rt3/MESSAGE Wed Nov 03 21:46:25 2004 +0000
+++ b/devel/rt3/MESSAGE Wed Nov 03 23:34:05 2004 +0000
@@ -1,11 +1,16 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/08/03 15:33:50 cube Exp $
+$NetBSD: MESSAGE,v 1.2 2004/11/03 23:34:05 cube Exp $
You must configure RT by editing ${PKG_SYSCONFDIR}/RT_SiteConfig.pm.
To initialize the RT database, run
- ${PREFIX}/sbin/rt-setup-database --action init
-as a user in the ${RT_GROUP} group or as superuser.
+
+ ${PREFIX}/sbin/rt-setup-database --action init \
+ --dba dbadmin --prompt-for-dba-password
+
+as a user in the ${RT_GROUP} group or as superuser. In the previous
+command-line, 'dbadmin' stands for the database administrator's username,
+e.g. 'root' for MySQL.
See also the manual on ${HOMEPAGE}docs.html
===========================================================================
Home |
Main Index |
Thread Index |
Old Index