diff options
Diffstat (limited to 'www/rt32/Makefile')
-rw-r--r-- | www/rt32/Makefile | 6 |
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." |