summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2010-01-09 22:48:46 +0000
committerivan <ivan>2010-01-09 22:48:46 +0000
commit904132fd7c5e470b26fd9a2b1cbc4ff1ba114c66 (patch)
tree3e91f94cbc8527c9a83d5e52433c195e9b98c11f /Makefile
parent7e0aae7956b9f07d88295a350e560978032847fd (diff)
fixup initial RT setup for 3.8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 41b3e8c90..2f696dc21 100644
--- a/Makefile
+++ b/Makefile
@@ -355,11 +355,14 @@ create-rt: configure-rt
[ -d /opt/rt3/share ] || mkdir /opt/rt3/share #
cd rt; make install
rt/sbin/rt-setup-database --dba '${DB_USER}' \
- -dba-password '${DB_PASSWORD}' \
- -action schema \
+ --dba-password '${DB_PASSWORD}' \
+ --action schema \
|| true
- rt/sbin/rt-setup-database --action insert_initial \
- && rt/sbin/rt-setup-database --action insert --datafile ${RT_PATH}/etc/initialdata \
+ rt/sbin/rt-setup-database --dba-password '${DB_PASSWORD}' \
+ --action coredata \
+ && rt/sbin/rt-setup-database --dba-password '${DB_PASSWORD}' \
+ --action insert \
+ --datafile ${RT_PATH}/etc/initialdata \
|| true
install-rt: