summaryrefslogtreecommitdiff
path: root/devel/rt3
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-11-03 23:34:05 +0000
committercube <cube@pkgsrc.org>2004-11-03 23:34:05 +0000
commit82ab7b1525833e1c5e249d5692cb47cacaf115a2 (patch)
tree31d425dc91fb1ceb74032e92a87a83a8e2ef73b6 /devel/rt3
parent20125e7d123f5af8d7cc4505e6583bfbe015c760 (diff)
downloadpkgsrc-82ab7b1525833e1c5e249d5692cb47cacaf115a2.tar.gz
Clarify (hopefully) the command to run in order to setup the database.
Diffstat (limited to 'devel/rt3')
-rw-r--r--devel/rt3/MESSAGE11
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/rt3/MESSAGE b/devel/rt3/MESSAGE
index 7a58e06d575..95f6d374422 100644
--- a/devel/rt3/MESSAGE
+++ b/devel/rt3/MESSAGE
@@ -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
===========================================================================