[Rt-commit] r4924 - rt/branches/3.4-RELEASE
jesse at bestpractical.com
jesse at bestpractical.com
Thu Mar 30 21:07:23 EST 2006
Author: jesse
Date: Thu Mar 30 21:07:23 2006
New Revision: 4924
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/config.layout
Log:
r10636 at hualien: jesse | 2006-03-31 11:06:57 +0900
RT-Ticket: 7398
RT-Status: resolved
RT-Update: correspond
* Added a "RH" RedHat layout option to config.layout -- Paulo Matos
Modified: rt/branches/3.4-RELEASE/config.layout
==============================================================================
--- rt/branches/3.4-RELEASE/config.layout (original)
+++ rt/branches/3.4-RELEASE/config.layout Thu Mar 30 21:07:23 2006
@@ -127,3 +127,26 @@
customlexdir: ${customdir}/po
customlibdir: ${customdir}/lib
</Layout>
+
+# RH path layout.
+<Layout RH>
+ prefix: /usr/
+ exec_prefix: ${prefix}
+ bindir: ${exec_prefix}/bin
+ sbindir: ${exec_prefix}/sbin
+ sysconfdir: /etc/rt
+ mandir: ${prefix}/man
+ libdir: ${prefix}/lib/rt
+ datadir: /var/rt
+ htmldir: ${datadir}/html
+ manualdir: ${datadir}/doc
+ localstatedir: /var/
+ logfiledir: ${localstatedir}/log/rt
+ masonstatedir: ${localstatedir}/rt/mason_data
+ sessionstatedir: ${localstatedir}/rt/session_data
+ customdir: ${prefix}/local/rt
+ custometcdir: ${customdir}/etc
+ customhtmldir: ${customdir}/html
+ customlexdir: ${customdir}/po
+ customlibdir: ${customdir}/lib
+</Layout>
More information about the Rt-commit
mailing list