summaryrefslogtreecommitdiff
path: root/devel/rt3/MESSAGE
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-04-14 12:42:56 +0000
committeradam <adam@pkgsrc.org>2011-04-14 12:42:56 +0000
commit0bead17adad051ab5fca69f57a4682f3b37413ac (patch)
treee31083947dd9e5b4afa00462018c5984719df8ac /devel/rt3/MESSAGE
parent83c6116cde8261fb19711c460f5eefa74b7f324c (diff)
downloadpkgsrc-0bead17adad051ab5fca69f57a4682f3b37413ac.tar.gz
init also requires --datadir
Diffstat (limited to 'devel/rt3/MESSAGE')
-rw-r--r--devel/rt3/MESSAGE5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/rt3/MESSAGE b/devel/rt3/MESSAGE
index 459669abf94..75fa8825114 100644
--- a/devel/rt3/MESSAGE
+++ b/devel/rt3/MESSAGE
@@ -1,12 +1,13 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.5 2011/02/27 17:05:57 spz Exp $
+$NetBSD: MESSAGE,v 1.6 2011/04/14 12:42:56 adam 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 \
- --dba dbadmin --prompt-for-dba-password
+ --dba dbadmin --prompt-for-dba-password \
+ --datadir ${RTSHAREDIR}/etc
as a user in the ${RT_GROUP} group or as superuser. In the previous
command-line, 'dbadmin' stands for the database administrator's username,