mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Merged trunk.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
bd9829ca5a
commit
cbde784735
@ -35,6 +35,25 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2015-02-09</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[Chris] - Added --docdir switch to Chapter 6 Bison to
|
||||||
|
put docs in versioned directory.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2015-02-08</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[Chris] - Updated FHS URL to new location.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2015-02-06</para>
|
<para>2015-02-06</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -97,7 +97,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so</userinput><
|
|||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>chacl, getfacl, and setacl</seg>
|
<seg>chacl, getfacl, and setacl</seg>
|
||||||
<seg>libacl.{a,so}</seg>
|
<seg>libacl.{a,so}</seg>
|
||||||
<seg>/usr/include/acl, /usr/share/doc/acl-&acl-version;</seg>
|
<seg>/usr/include/acl and /usr/share/doc/acl-&acl-version;</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
@ -140,7 +140,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so</userinput><
|
|||||||
<varlistentry id="libacl">
|
<varlistentry id="libacl">
|
||||||
<term><filename class="libraryfile">libacl</filename></term>
|
<term><filename class="libraryfile">libacl</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Contains the <application>Acl</application> API functions</para>
|
<para>Contains the library functions for manipulating Access Control Lists</para>
|
||||||
<indexterm zone="ch-system-acl libacl">
|
<indexterm zone="ch-system-acl libacl">
|
||||||
<primary sortas="c-libacl">libacl</primary>
|
<primary sortas="c-libacl">libacl</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
@ -92,7 +92,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so</userinput
|
|||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>attr, getfattr, and setattr</seg>
|
<seg>attr, getfattr, and setattr</seg>
|
||||||
<seg>libattr.{a,so}</seg>
|
<seg>libattr.{a,so}</seg>
|
||||||
<seg>/usr/include/attr, /usr/share/doc/attr-&attr-version;</seg>
|
<seg>/usr/include/attr and /usr/share/doc/attr-&attr-version;</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
@ -134,7 +134,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so</userinput
|
|||||||
<varlistentry id="libattr">
|
<varlistentry id="libattr">
|
||||||
<term><filename class="libraryfile">libattr</filename></term>
|
<term><filename class="libraryfile">libattr</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Contains the <application>Attr</application> API functions</para>
|
<para>Contains the libbrary functions for manipulating extended attributes</para>
|
||||||
<indexterm zone="ch-system-attr libattr">
|
<indexterm zone="ch-system-attr libattr">
|
||||||
<primary sortas="c-libattr">libattr</primary>
|
<primary sortas="c-libattr">libattr</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<para>Prepare Bison for compilation:</para>
|
<para>Prepare Bison for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen>
|
||||||
<!--
|
<!--
|
||||||
<para>The configure system causes Bison to be built without support for
|
<para>The configure system causes Bison to be built without support for
|
||||||
internationalization of error messages if a <command>bison</command>
|
internationalization of error messages if a <command>bison</command>
|
||||||
|
@ -53,7 +53,7 @@ mkdir -pv /var/{opt,cache,lib/{color,misc,locate},local}</userinput></screen>
|
|||||||
<title>FHS Compliance Note</title>
|
<title>FHS Compliance Note</title>
|
||||||
|
|
||||||
<para>The directory tree is based on the Filesystem Hierarchy Standard (FHS)
|
<para>The directory tree is based on the Filesystem Hierarchy Standard (FHS)
|
||||||
(available at <ulink url="http://www.pathname.com/fhs/"/>).
|
(available at <ulink url="https://wiki.linuxfoundation.org/en/FHS"/>).
|
||||||
The FHS also stipulates the existence of <filename
|
The FHS also stipulates the existence of <filename
|
||||||
class="directory">/usr/local/games</filename> and <filename
|
class="directory">/usr/local/games</filename> and <filename
|
||||||
class="directory">/usr/share/games</filename>. The FHS is not precise as to
|
class="directory">/usr/share/games</filename>. The FHS is not precise as to
|
||||||
|
@ -129,7 +129,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libcap.so) /usr/lib/libcap.so</userinput><
|
|||||||
<varlistentry id="libcap">
|
<varlistentry id="libcap">
|
||||||
<term><filename class="libraryfile">libcap</filename></term>
|
<term><filename class="libraryfile">libcap</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Contains the libcap API functions</para>
|
<para>Contains the library functions for manipulating capabilities</para>
|
||||||
<indexterm zone="ch-system-libcap libcap">
|
<indexterm zone="ch-system-libcap libcap">
|
||||||
<primary sortas="c-libcap">libcap</primary>
|
<primary sortas="c-libcap">libcap</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
Loading…
Reference in New Issue
Block a user