diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-03-19 20:57:36 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-03-19 20:57:36 +0000 |
commit | 7ea4443021dda2276fddaf6cb390ceee7e71a917 (patch) | |
tree | ba8003458e42cb789ff9b5b1e043023452b29ec0 /chapter06 | |
parent | fe1a6245e4663bad1638041829d29a5baf430caa (diff) |
Upgrade to Shadow-4.0.18.1. Fixes #1850.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7968 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/shadow.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index e9028a991..210d90bf3 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -43,6 +43,12 @@ command below.</para> </note> + <para>Fix a bug in the <command>useradd</command> and + <command>usermod</command> programs which prevent them from accepting group + names rather than group ID numbers to the <option>-g</option> option:</para> + +<screen><userinput>patch -Np1 -i ../&shadow-useradd-patch;</userinput></screen> + <para>Prepare Shadow for compilation:</para> <screen><userinput>./configure --libdir=/lib --sysconfdir=/etc --enable-shared --without-selinux</userinput></screen> |