Changeset a7e4965 for BOOK/final-system/common
- Timestamp:
- Jun 1, 2017, 5:39:44 PM (8 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/shadow.xml
r00f08af ra7e4965 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.