aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2007-08-08 18:51:02 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2007-08-08 18:51:02 +0000
commitea8f9e2463c90c4e32d62539d1395030f64b9639 (patch)
treea8c45ce2e389bc0fe4fdbaba2a94cad45b8fcdc7 /chapter06
parent1bd7fd46e54a18115280e186d1ff80de125325a2 (diff)
Merge r8294-r8297, r8299 and r8302 from trunk
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8303 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bash.xml5
-rw-r--r--chapter06/pkgmgt.xml4
2 files changed, 5 insertions, 4 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index ba08418f3..56d077a22 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -81,9 +81,10 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
chown -Rv nobody ./</userinput></screen>
<para>Now, run the tests as the <systemitem
- class="username">nobody</systemitem> user:</para>
+ class="username">nobody</systemitem> user, ensuring that the standard
+ input device is readable:</para>
-<screen><userinput>su-tools nobody -s /bin/bash -c "make tests"</userinput></screen>
+<screen><userinput>su-tools nobody -s /bin/bash -c "make tests" &lt;/dev/tty</userinput></screen>
<para>Install the package:</para>
diff --git a/chapter06/pkgmgt.xml b/chapter06/pkgmgt.xml
index fd8494728..7c82ca8b3 100644
--- a/chapter06/pkgmgt.xml
+++ b/chapter06/pkgmgt.xml
@@ -36,7 +36,7 @@
</itemizedlist>
<para>There are some hints written on the topic of package management. Visit
- the <ulink url="&hints-root;">Hints subproject</ulink> and see if one of them
+ the <ulink url="&hints-index;">Hints Project</ulink> and see if one of them
fits your need.</para>
<sect2>
@@ -221,7 +221,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen>
<title>User Based Management</title>
<para>This scheme, unique to LFS, was devised by Matthias Benkmann, and is
- available from the <ulink url="&hints-root;">Hints Project</ulink>. In
+ available from the <ulink url="&hints-index;">Hints Project</ulink>. In
this scheme, each package is installed as a separate user into the
standard locations. Files belonging to a package are easily identified by
checking the user ID. The features and shortcomings of this approach are