diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-22 18:28:32 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-22 18:28:32 +0000 |
commit | 030875a8e3774097943cad7dcd12f8c20e454c55 (patch) | |
tree | 78047bcd0a3cf9f7d2614fb49261fb7f70cf001d /chapter06/shadow.xml | |
parent | b17411e84995d09d5b5339f12fe6408086bdd688 (diff) |
Update users so all acl tests pass
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10546 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 0f30426d8..8742bda28 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -72,6 +72,11 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr <screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' etc/login.defs</userinput></screen> </note> + <para>Make a minor change to make the default useradd consistent with the LFS + groups file:</para> + +<screen><userinput remap="pre">sed -i 's/1000/999/' etc/useradd</userinput></screen> + <para>Prepare Shadow for compilation:</para> <screen><userinput remap="configure">./configure --sysconfdir=/etc</userinput></screen> |