From: ivan Date: Tue, 16 Mar 2004 06:58:01 +0000 (+0000) Subject: config.layout needs to be generated X-Git-Tag: NET_WHOIS_RAW_0_31~71 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=746f4a81b7cc2073a06675a08e930d9f2d76cbb0 config.layout needs to be generated --- diff --git a/rt/FREESIDE_MODIFIED b/rt/FREESIDE_MODIFIED index e41fc2f68..cab7db3cf 100644 --- a/rt/FREESIDE_MODIFIED +++ b/rt/FREESIDE_MODIFIED @@ -1 +1,3 @@ sbin/rt-setup-database +config.layout +config.layout.in diff --git a/rt/config.layout b/rt/config.layout deleted file mode 100644 index 23a7775d6..000000000 --- a/rt/config.layout +++ /dev/null @@ -1,104 +0,0 @@ -## -## config.layout -- Pre-defined Installation Path Layouts -## -## Hints: -## - layouts can be loaded with configure's --enable-layout=ID option -## - when no --enable-layout option is given, the default layout is `RT' -## - a trailing plus character (`+') on paths is replaced with a -## `/' suffix where is currently hardcoded to 'rt3'. -## (This may become a configurable parameter at some point.) -## -## The following variables must _all_ be set: -## prefix exec_prefix bindir sbindir sysconfdir mandir libdir -## datadir htmldir localstatedir logfiledir masonstatedir -## sessionstatedir customdir customhtmldir customlexdir -## (This can be seen in m4/rt_layout.m4.) -## - -# Default RT3 path layout. - - prefix: /opt/rt3 - exec_prefix: ${prefix} - bindir: ${exec_prefix}/bin - sbindir: ${exec_prefix}/sbin - sysconfdir: ${prefix}/etc - mandir: ${prefix}/man - libdir: ${prefix}/lib - datadir: ${prefix}/share - htmldir: ${datadir}/html - manualdir: ${datadir}/doc - localstatedir: ${prefix}/var - logfiledir: ${localstatedir}/log - masonstatedir: ${localstatedir}/mason_data - sessionstatedir: ${localstatedir}/session_data - customdir: ${prefix}/local - custometcdir: ${customdir}/etc - customhtmldir: ${customdir}/html - customlexdir: ${customdir}/po - customlibdir: ${customdir}/lib - - - prefix: `pwd` - exec_prefix: ${prefix} - bindir: ${exec_prefix}/bin - sbindir: ${exec_prefix}/sbin - sysconfdir: ${prefix}/etc - mandir: ${prefix}/man - libdir: ${prefix}/lib - datadir: ${prefix}/share - htmldir: ${prefix}/html - manualdir: ${datadir}/doc - localstatedir: ${prefix}/var - logfiledir: ${localstatedir}/log - masonstatedir: ${localstatedir}/mason_data - sessionstatedir: ${localstatedir}/session_data - customdir: ${prefix}/local - custometcdir: ${customdir}/etc - customhtmldir: ${customdir}/html - customlexdir: ${customdir}/po - customlibdir: ${customdir}/lib - - - - prefix: /usr/local - exec_prefix: ${prefix} - bindir: ${exec_prefix}/bin - sbindir: ${exec_prefix}/sbin - sysconfdir: ${prefix}/etc+ - mandir: ${prefix}/man - libdir: ${prefix}/lib+ - datadir: ${prefix}/share+ - htmldir: ${datadir}/html - manualdir: ${prefix}/share/doc+ - logfiledir: /var/log - localstatedir: /var/run+ - masonstatedir: ${localstatedir}/mason_data - sessionstatedir: ${localstatedir}/session_data - customdir: ${prefix}/share+ - custometcdir: ${customdir}/local/etc - customhtmldir: ${customdir}/local/html - customlexdir: ${customdir}/local/po - customlibdir: ${customdir}/local/lib - - - - prefix: C:/Program Files/Request Tracker - exec_prefix: ${prefix} - bindir: ${exec_prefix}/bin - sbindir: ${exec_prefix}/sbin - sysconfdir: ${prefix}/etc - mandir: ${prefix}/man - libdir: ${prefix}/lib - datadir: ${prefix} - htmldir: ${datadir}/html - manualdir: ${datadir}/doc - localstatedir: ${prefix}/var - logfiledir: ${localstatedir}/log - masonstatedir: ${localstatedir}/mason_data - sessionstatedir: ${localstatedir}/session_data - customdir: ${prefix}/local - custometcdir: ${customdir}/etc - customhtmldir: ${customdir}/html - customlexdir: ${customdir}/po - customlibdir: ${customdir}/lib - diff --git a/rt/config.layout.in b/rt/config.layout.in new file mode 100644 index 000000000..63ed61be9 --- /dev/null +++ b/rt/config.layout.in @@ -0,0 +1,127 @@ +## +## config.layout -- Pre-defined Installation Path Layouts +## +## Hints: +## - layouts can be loaded with configure's --enable-layout=ID option +## - when no --enable-layout option is given, the default layout is `RT' +## - a trailing plus character (`+') on paths is replaced with a +## `/' suffix where is currently hardcoded to 'rt3'. +## (This may become a configurable parameter at some point.) +## +## The following variables must _all_ be set: +## prefix exec_prefix bindir sbindir sysconfdir mandir libdir +## datadir htmldir localstatedir logfiledir masonstatedir +## sessionstatedir customdir customhtmldir customlexdir +## (This can be seen in m4/rt_layout.m4.) +## + +# Default RT3 path layout. + + prefix: /opt/rt3 + exec_prefix: ${prefix} + bindir: ${exec_prefix}/bin + sbindir: ${exec_prefix}/sbin + sysconfdir: ${prefix}/etc + mandir: ${prefix}/man + libdir: ${prefix}/lib + datadir: ${prefix}/share + htmldir: ${datadir}/html + manualdir: ${datadir}/doc + localstatedir: ${prefix}/var + logfiledir: ${localstatedir}/log + masonstatedir: ${localstatedir}/mason_data + sessionstatedir: ${localstatedir}/session_data + customdir: ${prefix}/local + custometcdir: ${customdir}/etc + customhtmldir: ${customdir}/html + customlexdir: ${customdir}/po + customlibdir: ${customdir}/lib + + + prefix: `pwd` + exec_prefix: ${prefix} + bindir: ${exec_prefix}/bin + sbindir: ${exec_prefix}/sbin + sysconfdir: ${prefix}/etc + mandir: ${prefix}/man + libdir: ${prefix}/lib + datadir: ${prefix}/share + htmldir: ${prefix}/html + manualdir: ${datadir}/doc + localstatedir: ${prefix}/var + logfiledir: ${localstatedir}/log + masonstatedir: ${localstatedir}/mason_data + sessionstatedir: ${localstatedir}/session_data + customdir: ${prefix}/local + custometcdir: ${customdir}/etc + customhtmldir: ${customdir}/html + customlexdir: ${customdir}/po + customlibdir: ${customdir}/lib + + + + prefix: /usr/local + exec_prefix: ${prefix} + bindir: ${exec_prefix}/bin + sbindir: ${exec_prefix}/sbin + sysconfdir: ${prefix}/etc+ + mandir: ${prefix}/man + libdir: ${prefix}/lib+ + datadir: ${prefix}/share+ + htmldir: ${datadir}/html + manualdir: ${prefix}/share/doc+ + logfiledir: /var/log + localstatedir: /var/run+ + masonstatedir: ${localstatedir}/mason_data + sessionstatedir: ${localstatedir}/session_data + customdir: ${prefix}/share+ + custometcdir: ${customdir}/local/etc + customhtmldir: ${customdir}/local/html + customlexdir: ${customdir}/local/po + customlibdir: ${customdir}/local/lib + + + + prefix: C:/Program Files/Request Tracker + exec_prefix: ${prefix} + bindir: ${exec_prefix}/bin + sbindir: ${exec_prefix}/sbin + sysconfdir: ${prefix}/etc + mandir: ${prefix}/man + libdir: ${prefix}/lib + datadir: ${prefix} + htmldir: ${datadir}/html + manualdir: ${datadir}/doc + localstatedir: ${prefix}/var + logfiledir: ${localstatedir}/log + masonstatedir: ${localstatedir}/mason_data + sessionstatedir: ${localstatedir}/session_data + customdir: ${prefix}/local + custometcdir: ${customdir}/etc + customhtmldir: ${customdir}/html + customlexdir: ${customdir}/po + customlibdir: ${customdir}/lib + + + + prefix: /opt/rt3 + exec_prefix: ${prefix} + bindir: ${exec_prefix}/bin + sbindir: ${exec_prefix}/sbin + sysconfdir: ${prefix}/etc + mandir: ${prefix}/man + libdir: ${prefix}/lib + datadir: ${prefix}/share + htmldir: %%%FREESIDE_DOCUMENT_ROOT%%%/rt + manualdir: ${datadir}/doc + localstatedir: ${prefix}/var + logfiledir: ${localstatedir}/log + masonstatedir: ${localstatedir}/mason_data + sessionstatedir: ${localstatedir}/session_data + customdir: ${prefix}/local + custometcdir: ${customdir}/etc + customhtmldir: ${customdir}/html + customlexdir: ${customdir}/po + customlibdir: ${customdir}/lib + +