[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-171-g0c49748
Jesse Vincent
jesse at bestpractical.com
Thu Oct 14 08:04:08 EDT 2010
The branch, 3.8-trunk has been updated
via 0c497482a988d296d9188edb07f5e9b72efe3b0c (commit)
from 94e96b44439dfdea1e98e514f5835eed1be5a3d0 (commit)
Summary of changes:
config.layout | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit 0c497482a988d296d9188edb07f5e9b72efe3b0c
Author: Lyle Ross <Lyle.Ross at us-cert.gov>
Date: Thu Oct 14 21:01:52 2010 +0900
Updated RedHat layout:
I installed RT with configure option --enable-layout=RH.
Subsequent installs of RT-FM and RT-IR caused the installer to issue a
message that it could not find the RT.pm package because it is located
under ../rt and the installer is looking for ../rt3.
The RH layout should use rt3, not rt.
diff --git a/config.layout b/config.layout
index 87078a1..9c1ce4c 100755
--- a/config.layout
+++ b/config.layout
@@ -144,25 +144,26 @@
exec_prefix: ${prefix}
bindir: ${exec_prefix}/bin
sbindir: ${exec_prefix}/sbin
- sysconfdir: /etc/rt
+ sysconfdir: /etc/rt3
mandir: ${prefix}/man
- libdir: ${prefix}/lib/rt
- datadir: /var/rt
+ libdir: ${prefix}/lib/rt3
+ datadir: /var/rt3
htmldir: ${datadir}/html
fontdir: ${datadir}/fonts
manualdir: ${datadir}/doc
plugindir: ${datadir}/plugins
localstatedir: /var
- logfiledir: ${localstatedir}/log/rt
- masonstatedir: ${localstatedir}/rt/mason_data
- sessionstatedir: ${localstatedir}/rt/session_data
- customdir: ${prefix}/local/rt
+ logfiledir: ${localstatedir}/log/rt3
+ masonstatedir: ${localstatedir}/rt3/mason_data
+ sessionstatedir: ${localstatedir}/rt3/session_data
+ customdir: ${prefix}/local/rt3
custometcdir: ${customdir}/etc
customhtmldir: ${customdir}/html
customlexdir: ${customdir}/po
customlibdir: ${customdir}/lib
</Layout>
+
<Layout relative>
prefix: /opt/rt3
exec_prefix: ${prefix}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list