[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-171-g3f5700a
Jesse Vincent
jesse at bestpractical.com
Tue Oct 19 10:20:48 EDT 2010
The branch, 3.9-trunk has been updated
via 3f5700a631e8c47b4bcf03b6292bc3c3a3ceeb30 (commit)
from ac8ab44111cb6a9695642eaa339390823f051c02 (commit)
Summary of changes:
config.layout | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 3f5700a631e8c47b4bcf03b6292bc3c3a3ceeb30
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Oct 19 23:19:21 2010 +0900
a first pass at a vessel-compatible RT layout
(well a second pass, thanks to the accidental commit a moment ago)
diff --git a/config.layout b/config.layout
index 2453a29..6d7adad 100755
--- a/config.layout
+++ b/config.layout
@@ -207,9 +207,9 @@
sbindir: sbin
sysconfdir: etc/rt/
mandir: man
+ libdir: rt/lib/
+ datadir: rt/share/
plugindir: ${datadir}/plugins
- libdir: lib/rt/perl5/
- datadir: share/rt/
htmldir: ${datadir}/html
fontdir: ${datadir}/fonts
lexdir: ${datadir}/po
@@ -218,7 +218,7 @@
logfiledir: ${localstatedir}/log
masonstatedir: ${localstatedir}/mason_data
sessionstatedir: ${localstatedir}/session_data
- customdir: local/rt/
+ customdir: rt/local
custometcdir: ${customdir}/etc
customhtmldir: ${customdir}/html
customlexdir: ${customdir}/po
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list