Ignore:
Timestamp:
Jun 1, 2017, 5:39:44 PM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
f991c3d
Parents:
00f08af
git-author:
William Harrington <kb0iic@…> (06/01/17 17:39:42)
git-committer:
William Harrington <kb0iic@…> (06/01/17 17:39:44)
Message:

Update Shadow to 4.5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/shadow.xml

    r00f08af ra7e4965  
    4747  -e 's/groups$(EXEEXT) //' -e 's/= nologin$(EXEEXT)/= /'
    4848find man -name Makefile.in -exec sed -i \
    49   -e 's/man1\/groups\.1 //' -e 's/man8\/nologin\.8 //' '{}' \;</userinput></screen>
     49  -e 's/man1\/groups\.1 //' \
     50  -e 's/man3\/getspnam\.3 //' \
     51  -e 's/man8\/nologin\.8 //' \
     52  -e 's/man5\/passwd\.5 //' '{}' \;</userinput></screen>
    5053
    5154    <para os="d">Prepare Shadow for compilation:</para>
    5255
    5356<screen os="e"><userinput>./configure \
    54     --sysconfdir=/etc</userinput></screen>
     57    --sysconfdir=/etc \
     58    --with-group-max-length=32</userinput></screen>
    5559
    5660  <variablelist os="f">
     
    6266      <filename class="directory">/etc</filename>, rather than
    6367      <filename class="directory">/usr/etc</filename>.</para></listitem>
     68    </varlistentry>
     69
     70    <varlistentry>
     71      <term><parameter>--with-group-max-length=32</parameter></term>
     72      <listitem><para>The maximum user name is 32 characters.
     73      Make the maximum group name the same.</para></listitem>
    6474    </varlistentry>
    6575
Note: See TracChangeset for help on using the changeset viewer.