summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam>2011-04-14 12:42:56 +0000
committeradam <adam>2011-04-14 12:42:56 +0000
commit3200a83a12ae50cfa1fd5c6835619150a096a1a1 (patch)
treee31083947dd9e5b4afa00462018c5984719df8ac /devel
parent034b670b64db1c76bdea961cff5a8e2c2766fd22 (diff)
downloadpkgsrc-3200a83a12ae50cfa1fd5c6835619150a096a1a1.tar.gz
init also requires --datadir
Diffstat (limited to 'devel')
-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,