diff options
author | cube <cube@pkgsrc.org> | 2004-11-03 23:34:05 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-11-03 23:34:05 +0000 |
commit | b192f7bde40317cd005f382d36b512b16fbfdac9 (patch) | |
tree | 31d425dc91fb1ceb74032e92a87a83a8e2ef73b6 /devel/rt3 | |
parent | 3e34fae63392137fa5f4bc9465b7a229066b0686 (diff) | |
download | pkgsrc-b192f7bde40317cd005f382d36b512b16fbfdac9.tar.gz |
Clarify (hopefully) the command to run in order to setup the database.
Diffstat (limited to 'devel/rt3')
-rw-r--r-- | devel/rt3/MESSAGE | 11 |
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 =========================================================================== |