Changeset a7e4965
- Timestamp:
- Jun 1, 2017, 5:39:44 PM (7 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)
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/shadow.xml
r00f08af ra7e4965 32 32 sed -e 's/groups$(EXEEXT) //' \ 33 33 -e 's/= nologin$(EXEEXT)/= /' \ 34 -e 's/\(^suidu*bins = \).*/\1 /' \34 -e 's/\(^suidu*bins = \).*/\1\\/' \ 35 35 src/Makefile.in.orig > src/Makefile.in</userinput></screen> 36 36 … … 48 48 --build=${CLFS_HOST} \ 49 49 --host=${CLFS_TARGET} \ 50 --cache-file=config.cache \ 51 --enable-subordinate-ids=no</userinput></screen> 52 53 <variablelist os="g"> 54 <title>The meaning of the configure options:</title> 55 56 <varlistentry os="h"> 57 <term><parameter>--enable-subordinate-ids=no</parameter></term> 58 <listitem> 59 <para>Disable subordinate ids to allow Shadow to cross-compile 60 successfully.</para> 61 </listitem> 62 </varlistentry> 63 64 </variablelist> 65 66 <para os="i">Append to <filename>config.h</filename> since a test program 67 will not be ran when cross-compiling:</para> 68 69 <screen os="j"><userinput>echo "#define ENABLE_SUBIDS 1" >> config.h</userinput></screen> 50 --cache-file=config.cache</userinput></screen> 70 51 71 52 <para os="k">Compile the package:</para> -
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 -
BOOK/final-system/multilib/shadow.xml
r00f08af ra7e4965 39 39 40 40 <screen os="c"><userinput>CC="gcc ${BUILD64}" ./configure \ 41 --sysconfdir=/etc</userinput></screen> 41 --sysconfdir=/etc \ 42 --with-group-name-max-length=32</userinput></screen> 42 43 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/introduction/common/changelog.xml
r00f08af ra7e4965 37 37 --> 38 38 <listitem> 39 <para>01 June 2017</para> 40 <itemizedlist> 41 <listitem> 42 <para>[William Harrington] - Upgrade Shadow to 4.5. Fixes 43 ticket <ulink url="&clfs-ticket-root;1150">#1150.</ulink></para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 39 49 <para>29 May 2017</para> 40 50 <itemizedlist> -
BOOK/packages.ent
r00f08af ra7e4965 409 409 <!ENTITY sed-home "&gnu-software;sed"> 410 410 411 <!ENTITY shadow-version "4. 2.1">412 <!ENTITY shadow-size "1, 595KB">413 <!ENTITY shadow-url "http ://pkg-shadow.alioth.debian.org/releases/shadow-&shadow-version;.tar.xz">414 <!ENTITY shadow-md5 " 2bfafe7d4962682d31b5eba65dba4fc8">411 <!ENTITY shadow-version "4.5"> 412 <!ENTITY shadow-size "1,627 KB"> 413 <!ENTITY shadow-url "https://github.com/shadow-maint/shadow/releases/download/&shadow-version;/shadow-&shadow-version;.tar.xz"> 414 <!ENTITY shadow-md5 "c350da50c2120de6bb29177699d89fe3"> 415 415 <!ENTITY shadow-home "http://pkg-shadow.alioth.debian.org"> 416 416
Note:
See TracChangeset
for help on using the changeset viewer.