Changeset c3ce17e for chapter06


Ignore:
Timestamp:
06/26/2014 04:00:35 AM (10 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
abadfc3
Parents:
a77d3d4
Message:

Sync to LFS 2014-06-23.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/shadow.xml

    ra77d3d4 rc3ce17e  
    8080    <para>Prepare Shadow for compilation:</para>
    8181
    82 <screen><userinput remap="configure">./configure --sysconfdir=/etc</userinput></screen>
     82<screen><userinput remap="configure">./configure --sysconfdir=/etc --with-group-name-max-length=32</userinput></screen>
     83
     84    <variablelist>
     85      <title>The meaning of the configure option:</title>
     86
     87      <varlistentry>
     88        <term><parameter>--with-group-name-max-length=32</parameter></term>
     89        <listitem>
     90          <para>The maximum user name is 32 characters.  Make the maximum
     91          group name the same.</para>
     92        </listitem>
     93      </varlistentry>
     94
     95    </variablelist>
    8396
    8497    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.