summaryrefslogtreecommitdiff
path: root/devel/rt3
diff options
context:
space:
mode:
authorcube <cube>2004-11-03 23:34:05 +0000
committercube <cube>2004-11-03 23:34:05 +0000
commit4ee26ded155179ba07a936882c00aaf5d043dc94 (patch)
tree31d425dc91fb1ceb74032e92a87a83a8e2ef73b6 /devel/rt3
parentef5577da7987dca163aa275761e678b81b8a0986 (diff)
downloadpkgsrc-4ee26ded155179ba07a936882c00aaf5d043dc94.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
===========================================================================