aboutsummaryrefslogtreecommitdiff
path: root/www/rt32
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-15 13:54:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-15 13:54:41 +0000
commit7e9480f00ec1e9c7a92eb6477d8f1a604d1e3c16 (patch)
treec87bd053f269601ae06824a3075f8e4d1be46b7a /www/rt32
parenteedbbdade0f4176bfbe7f5b5cbcde26eec89a9a9 (diff)
downloadports-7e9480f00ec1e9c7a92eb6477d8f1a604d1e3c16.tar.gz
ports-7e9480f00ec1e9c7a92eb6477d8f1a604d1e3c16.zip
Notes
Diffstat (limited to 'www/rt32')
-rw-r--r--www/rt32/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/rt32/Makefile b/www/rt32/Makefile
index fb790d3144fc..7a1b31e34b3b 100644
--- a/www/rt32/Makefile
+++ b/www/rt32/Makefile
@@ -148,9 +148,9 @@ post-install:
.if !defined(INITIAL_INSTALL)
.if defined(UPGRADE_RT30)
.for version in 3.1.0 3.1.15 3.1.17
- -@${PERL} $(RT_PATH)/sbin/rt-setup-database --action schema --datadir ${WRKSRC}/etc/upgrade/${version}
- -@${PERL} $(RT_PATH)/sbin/rt-setup-database --action acl --datadir ${WRKSRC}/etc/upgrade/${version}
- -@${PERL} $(RT_PATH)/sbin/rt-setup-database --action insert --datadir ${WRKSRC}/etc/upgrade/${version}
+ -@${PERL} $(RT_PATH)/sbin/rt-setup-database --action schema --datadir ${WRKSRC}/etc/upgrade/${version} --dba '${DB_DBA_USER}' --dba-password '${DB_DBA_PASSWORD}'
+ -@${PERL} $(RT_PATH)/sbin/rt-setup-database --action acl --datadir ${WRKSRC}/etc/upgrade/${version} --dba '${DB_DBA_USER}' --dba-password '${DB_DBA_PASSWORD}'
+ -@${PERL} $(RT_PATH)/sbin/rt-setup-database --action insert --datadir ${WRKSRC}/etc/upgrade/${version} --dba '${DB_DBA_USER}' --dba-password '${DB_DBA_PASSWORD}'
.endfor
@${ECHO} ""
@${ECHO} "Upgrade of RT3 complete."