Changeset 51979fc for BOOK/final-system/common
- Timestamp:
- Jun 1, 2017, 5:39:42 PM (7 years ago)
- Branches:
- master, systemd
- Children:
- 323e87e
- Parents:
- c7eb7a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/shadow.xml
rc7eb7a2 r51979fc 47 47 -e 's/groups$(EXEEXT) //' -e 's/= nologin$(EXEEXT)/= /' 48 48 find 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> 50 53 51 54 <para os="d">Prepare Shadow for compilation:</para> 52 55 53 56 <screen os="e"><userinput>./configure \ 54 --sysconfdir=/etc</userinput></screen> 57 --sysconfdir=/etc \ 58 --with-group-max-length=32</userinput></screen> 55 59 56 60 <variablelist os="f"> … … 62 66 <filename class="directory">/etc</filename>, rather than 63 67 <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> 64 74 </varlistentry> 65 75
Note:
See TracChangeset
for help on using the changeset viewer.