[freeside-commits] freeside Makefile,1.184,1.185
Ivan,,,
ivan at wavetail.420.am
Sat Jan 9 14:48:48 PST 2010
Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv1458
Modified Files:
Makefile
Log Message:
fixup initial RT setup for 3.8
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- Makefile 8 Jan 2010 16:05:04 -0000 1.184
+++ Makefile 9 Jan 2010 22:48:45 -0000 1.185
@@ -355,11 +355,14 @@
[ -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:
More information about the freeside-commits
mailing list