diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-06-15 16:33:47 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-06-15 16:33:47 +0000 |
commit | c7b8b889e64777645cca4d1ae9f9ddeebc391cf6 (patch) | |
tree | d448ba8082750b2529d85387a9210dbf51e0bd9d /chapter06 | |
parent | 448e2261fb9720f0d5401d06f5a15fb8098c5e03 (diff) |
Update to man-pages-3.69.
Update to kmod-18.
Update to tzdata-2014e.
Update to file-5.19.
Update to change group name length to 32 characters in shadow.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10577 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/shadow.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 8742bda28..19086094a 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -79,7 +79,20 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr <para>Prepare Shadow for compilation:</para> -<screen><userinput remap="configure">./configure --sysconfdir=/etc</userinput></screen> +<screen><userinput remap="configure">./configure --sysconfdir=/etc --with-group-name-max-length=32</userinput></screen> + + <variablelist> + <title>The meaning of the configure option:</title> + + <varlistentry> + <term><parameter>--with-group-name-max-length=32</parameter></term> + <listitem> + <para>The maximum user name is 32 characters. Make the maximum + group name the same.</para> + </listitem> + </varlistentry> + + </variablelist> <para>Compile the package:</para> |