diff options
| author | ivan <ivan> | 2007-08-02 19:56:20 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2007-08-02 19:56:20 +0000 |
| commit | ef20b2b6b1feb47ad02b5ff7525f1a0fd11d0fa4 (patch) | |
| tree | a2ea500cf510739908761a6bfbd14e990131f2cc /rt/config.layout | |
| parent | a513c0bef534d05f03c1242831b6f3be19b97dae (diff) | |
import rt 3.6.4
Diffstat (limited to 'rt/config.layout')
| -rw-r--r-- | rt/config.layout | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/rt/config.layout b/rt/config.layout index 5b86eb99e..1550111d5 100644 --- a/rt/config.layout +++ b/rt/config.layout @@ -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> |
