Changeset c4dcfd8
- Timestamp:
- 03/04/2016 06:32:57 AM (7 years ago)
- Branches:
- 7.9-systemd, systemd
- Children:
- 68c0a30, 7e0e3fa
- Parents:
- b0424f7
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rb0424f7 rc4dcfd8 37 37 --> 38 38 <listitem> 39 <para>2016-03-04</para> 40 <itemizedlist> 41 <listitem> 42 <para>[dj] - Prevent attr and shadow from overwriting 43 man pages installed by the man-pages package - Merged from 44 trunk.</para> 45 </listitem> 46 <listitem> 47 <para>[dj] - Retain flex static library for automake 48 regression tests. Remove at the end of Chapter 6 - Merged from 49 trunk.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 39 55 <para>2016-02-19</para> 40 56 <itemizedlist> -
chapter06/attr.xml
rb0424f7 rc4dcfd8 50 50 the <xref linkend="man-pages"/> package:</para> 51 51 52 <screen><userinput remap="pre">sed -i -e "/SUBDIRS/s|man 2||" man/Makefile</userinput></screen>52 <screen><userinput remap="pre">sed -i -e "/SUBDIRS/s|man[25]||g" man/Makefile</userinput></screen> 53 53 54 54 <para>Prepare Attr for compilation:</para> -
chapter06/flex.xml
rb0424f7 rc4dcfd8 44 44 <para>Prepare Flex for compilation:</para> 45 45 46 <screen><userinput remap="configure">./configure --prefix=/usr \ 47 --disable-static \ 48 --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen> 46 <screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen> 49 47 50 48 <para>Compile the package:</para> -
chapter06/revisedchroot.xml
rb0424f7 rc4dcfd8 44 44 <para>Finally, there were several static libraries that were not supressed earlier 45 45 in the chapter in order to satisfy the regression tests in several packages. These 46 libraries are from binutils, bzip2, e2fsprogs, <!--flex,-->libtool, and zlib. If desired,46 libraries are from binutils, bzip2, e2fsprogs, flex, libtool, and zlib. If desired, 47 47 remove them now:</para> 48 48 … … 51 51 rm -f /usr/lib/lib{com_err,e2p,ext2fs,ss}.a 52 52 rm -f /usr/lib/libltdl.a 53 rm -f /usr/lib/libfl.a 54 rm -f /usr/lib/libfl_pic.a 53 55 rm -f /usr/lib/libz.a</userinput></screen> 54 56 55 <!-- Flex shared library is broken. Keep static until next flex release. -->56 57 57 </sect1> -
chapter06/shadow.xml
rb0424f7 rc4dcfd8 51 51 52 52 <para>Disable the installation of the <command>groups</command> program 53 and its man pages, as Coreutils provides a better version:</para> 53 and its man pages, as Coreutils provides a better version. Also 54 Prevent the installation of manual pages that were already installed by the 55 <xref linkend="man-pages"/> package:</para> 54 56 55 57 <screen><userinput remap="pre">sed -i 's/groups$(EXEEXT) //' src/Makefile.in 56 find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></screen> 58 find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; 59 find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \; 60 find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></screen> 57 61 58 62 <para id="shadow-login_defs">Instead of using the default -
general.ent
rb0424f7 rc4dcfd8 1 <!ENTITY version "20160 219-systemd">1 <!ENTITY version "20160304-systemd"> 2 2 <!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release --> 3 <!ENTITY releasedate " February 19, 2016">3 <!ENTITY releasedate "March 04, 2016"> 4 4 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 5 5 <!ENTITY milestone "7.9">
Note:
See TracChangeset
for help on using the changeset viewer.