[freeside-commits] freeside/rt Makefile,1.1.1.2.4.3,1.1.1.2.4.4
Ivan,,,
ivan at wavetail.420.am
Thu Jul 23 13:49:54 PDT 2009
- Previous message: [freeside-commits] freeside/rt/html/Elements Header,1.12,1.12.2.1
- Next message: [freeside-commits] freeside/rt/bin mason_handler.fcgi, 1.1.1.2, 1.1.1.2.4.1 mason_handler.scgi, 1.1.1.2, 1.1.1.2.4.1 mason_handler.svc, 1.1.1.2, 1.1.1.2.4.1 rt-crontool, 1.1.1.2, 1.1.1.2.4.1 rt-mailgate, 1.1.1.2, 1.1.1.2.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/rt
In directory wavetail.420.am:/tmp/cvs-serv14880
Modified Files:
Tag: FREESIDE_1_7_BRANCH
Makefile
Log Message:
run make configure-rt to normalize tempalated .in files
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/Makefile,v
retrieving revision 1.1.1.2.4.3
retrieving revision 1.1.1.2.4.4
diff -u -d -r1.1.1.2.4.3 -r1.1.1.2.4.4
--- Makefile 23 Jul 2009 20:30:12 -0000 1.1.1.2.4.3
+++ Makefile 23 Jul 2009 20:49:52 -0000 1.1.1.2.4.4
@@ -88,9 +88,9 @@
# DESTDIR allows you to specify that RT be installed somewhere other than
# where it will eventually reside
-
DESTDIR =
+
RT_PATH = /opt/rt3
RT_ETC_PATH = /opt/rt3/etc
RT_BIN_PATH = /opt/rt3/bin
@@ -101,12 +101,13 @@
RT_DOC_PATH = /opt/rt3/share/doc
RT_LOCAL_PATH = /opt/rt3/local
LOCAL_ETC_PATH = /opt/rt3/local/etc
+LOCAL_LIB_PATH = /opt/rt3/local/lib
LOCAL_LEXICON_PATH = /opt/rt3/local/po
-MASON_HTML_PATH = /opt/rt3/share/html
+MASON_HTML_PATH = /var/www/freeside/rt
MASON_LOCAL_HTML_PATH = /opt/rt3/local/html
-MASON_DATA_PATH = /opt/rt3/var/mason_data
+MASON_DATA_PATH = /usr/local/etc/freeside/masondata
MASON_SESSION_PATH = /opt/rt3/var/session_data
-RT_LOG_PATH = /opt/rt3/var/log
+RT_LOG_PATH = /opt/rt3/var/log
# RT_READABLE_DIR_MODE is the mode of directories that are generally meant
# to be accessable
@@ -196,9 +197,9 @@
# set this to the name you want to give to the RT database in
# your database server. For Oracle, this should be the name of your sid
-DB_DATABASE = _DBC_DBNAME_
-DB_RT_USER = _DBC_DBUSER_
-DB_RT_PASS = _DBC_DBPASS_
+DB_DATABASE = freeside
+DB_RT_USER = freeside
+DB_RT_PASS =
# }}}
- Previous message: [freeside-commits] freeside/rt/html/Elements Header,1.12,1.12.2.1
- Next message: [freeside-commits] freeside/rt/bin mason_handler.fcgi, 1.1.1.2, 1.1.1.2.4.1 mason_handler.scgi, 1.1.1.2, 1.1.1.2.4.1 mason_handler.svc, 1.1.1.2, 1.1.1.2.4.1 rt-crontool, 1.1.1.2, 1.1.1.2.4.1 rt-mailgate, 1.1.1.2, 1.1.1.2.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list