From cbde784735e0956fa37bf219f4718a3e12d63614 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Mon, 9 Feb 2015 18:03:25 +0000 Subject: [PATCH] Merged trunk. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10841 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 19 +++++++++++++++++++ chapter06/acl.xml | 4 ++-- chapter06/attr.xml | 4 ++-- chapter06/bison.xml | 2 +- chapter06/creatingdirs.xml | 2 +- chapter06/libcap.xml | 2 +- 6 files changed, 26 insertions(+), 7 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index fb79877b5..ea4c1ae26 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,25 @@ --> + + 2015-02-09 + + + [Chris] - Added --docdir switch to Chapter 6 Bison to + put docs in versioned directory. + + + + + + 2015-02-08 + + + [Chris] - Updated FHS URL to new location. + + + + 2015-02-06 diff --git a/chapter06/acl.xml b/chapter06/acl.xml index 875aff701..d725c69bb 100644 --- a/chapter06/acl.xml +++ b/chapter06/acl.xml @@ -97,7 +97,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so< chacl, getfacl, and setacl libacl.{a,so} - /usr/include/acl, /usr/share/doc/acl-&acl-version; + /usr/include/acl and /usr/share/doc/acl-&acl-version; @@ -140,7 +140,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so< libacl - Contains the Acl API functions + Contains the library functions for manipulating Access Control Lists libacl diff --git a/chapter06/attr.xml b/chapter06/attr.xml index cef60100d..1822ade4e 100644 --- a/chapter06/attr.xml +++ b/chapter06/attr.xml @@ -92,7 +92,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so attr, getfattr, and setattr libattr.{a,so} - /usr/include/attr, /usr/share/doc/attr-&attr-version; + /usr/include/attr and /usr/share/doc/attr-&attr-version; @@ -134,7 +134,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so libattr - Contains the Attr API functions + Contains the libbrary functions for manipulating extended attributes libattr diff --git a/chapter06/bison.xml b/chapter06/bison.xml index b565cf766..af13eef5d 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -42,7 +42,7 @@ Prepare Bison for compilation: -./configure --prefix=/usr +./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;