From 638a816e6a6768f205044be7f8839bff036f4814 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Fri, 14 Nov 2003 23:54:33 +0000 Subject: Added command to create /etc/default directory to allow the -D option of useradd to work properly. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3090 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/shadowpwd.xml | 5 +++++ index.xml | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0f5228c85..ba4f21740 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -34,6 +34,10 @@ +November 14th, 2003 [greg]: Chapter 6 - Shadow: Added command +to create /etc/default directory to allow the -D option of useradd to +work properly. + November 14th, 2003 [greg]: Chapter 6 - Coreutils and Util-linux: Pruned the number of "kill" binaries installed. Use the one from Procps. Partially addresses Bug 307. diff --git a/chapter06/shadowpwd.xml b/chapter06/shadowpwd.xml index 7aa21651f..aeaefac1c 100644 --- a/chapter06/shadowpwd.xml +++ b/chapter06/shadowpwd.xml @@ -105,6 +105,11 @@ pointing to a non-existent file), remove it: ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so +The -D option of the useradd program requires this +directory for it to work properly: + +mkdir /etc/default + Coreutils has already installed a groups program in /usr/bin. If you wish, you can remove the one installed by Shadow: diff --git a/index.xml b/index.xml index f3099c036..aa2148cce 100644 --- a/index.xml +++ b/index.xml @@ -3,8 +3,8 @@ "/usr/share/docbook/docbookx.dtd" [ - - + + -- cgit v1.2.3-54-g00ecf