aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-05-23 09:19:03 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-05-23 09:19:03 +0000
commit8f90f47defba93ca3aaca795099f001733fc956a (patch)
tree2532fb9aeaa20163cfc9d4f553d96c59870fc43e /chapter06
parent4d99bf0278754f76770d71f02438df850a2852df (diff)
Add GDBM as a pre-requisite for Man-DB. Fixes #2298.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/chapter06.xml1
-rw-r--r--chapter06/createfiles.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index 55e2bea5c..bc6158607 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -47,6 +47,7 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="diffutils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="file.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gawk.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gdbm.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="findutils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="flex.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gettext.xml"/>
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml
index 671f55f20..9a2e267a5 100644
--- a/chapter06/createfiles.xml
+++ b/chapter06/createfiles.xml
@@ -63,6 +63,7 @@ ln -sv bash /bin/sh</userinput></screen>
<screen><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF"
<literal>root:x:0:0:root:/root:/bin/bash
+bin:x:1:1:bin:/dev/null:/bin/false
nobody:x:99:99:Unprivileged User:/dev/null:/bin/false</literal>
EOF</userinput></screen>