]> git.pld-linux.org Git - packages/rt.git/blame - rt-layout.patch
- up to 4.2.10; fixes CVE-014-9472, CVE-2015-1165, CVE-2015-1464
[packages/rt.git] / rt-layout.patch
CommitLineData
a33f81b0 1--- config.layout~ 2004-03-28 06:04:08.000000000 +0200
2+++ config.layout 2004-10-14 17:37:13.000000000 +0200
d84a4cf6 3@@ -59,6 +59,37 @@
a33f81b0 4 customlibdir: ${customdir}/lib
5 </Layout>
6
0d592ea1 7+<Layout PLDFHS>
a33f81b0 8+ prefix: /usr/local
9+ exec_prefix: ${prefix}
10+ bindir: ${prefix}/bin
11+ sbindir: ${prefix}/sbin
2a8076c8 12+ sysconfdir: /etc/rt
a33f81b0 13+ datadir: ${prefix}/share
14+# FIXME: missing support for lib64
15+ libdir: ${prefix}/lib
16+ mandir: ${datadir}/man
17+# FIXME: no such directory in FHS; shouldn't go to somewhere in "${datadir}/rt/"?
5a06a1c5
AM
18+ plugindir: ${datadir}/plugins
19+ htmldir: ${datadir}/rt/html
20+ lexdir: ${datadir}/rt/po
d84a4cf6 21+ staticdir: ${datadir}/rt/static
5a06a1c5 22+ fontdir: ${datadir}/fonts/TTF
a33f81b0 23+ manualdir: ${datadir}/doc
24+ localstatedir: /var
25+ logfiledir: ${localstatedir}/log
26+# XXX: "/var/cache/mason/*"?
27+ masonstatedir: ${localstatedir}/cache/mason_data
28+ sessionstatedir: ${localstatedir}/cache/session_data
29+ customdir: ${prefix}/local
5a06a1c5 30+ custometcdir: ${customdir}/etc
a33f81b0 31+ customhtmldir: ${customdir}/html
5a06a1c5 32+ customlexdir: ${customdir}/po
d84a4cf6 33+ customstaticdir: ${customdir}/static
5a06a1c5
AM
34+ customlibdir: ${customdir}/lib
35+ customplugindir: ${customdir}/plugins
a33f81b0 36+</Layout>
37+
38 <Layout FreeBSD>
39 prefix: /usr/local
40 exec_prefix: ${prefix}
This page took 0.060396 seconds and 4 git commands to generate.