From 8f90f47defba93ca3aaca795099f001733fc956a Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 23 May 2009 09:19:03 +0000 Subject: 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 --- chapter06/chapter06.xml | 1 + chapter06/createfiles.xml | 1 + 2 files changed, 2 insertions(+) (limited to 'chapter06') 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 @@ + 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 cat > /etc/passwd << "EOF" 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 EOF -- cgit v1.2.3-54-g00ecf