diff options
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index d90210985..c1f3b9a6a 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -76,8 +76,8 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s <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> + <para>Make a minor change to make the first group number generated + by useradd 1000:</para> <screen><userinput remap="pre">sed -i 's/1000/999/' etc/useradd</userinput></screen> |