Changeset 96cbcec


Ignore:
Timestamp:
Jan 1, 2008, 3:10:56 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a3ff989
Parents:
af04f13
Message:

Updated shadow to 4.1.0.

Location:
BOOK
Files:
8 edited

Legend:

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

    raf04f13 r96cbcec  
    2525  <sect2 role="installation">
    2626    <title>Installation of Shadow</title>
    27 
    28     <para os="p1">Fixes an issue whereby the '-g' switch to useradd and usermod don't
    29      accept group names. Apply the following patch to fix this:</para>
    30 
    31 <screen os="p2"><userinput>patch -Np1 -i ../&shadow-useradd_fix-patch;</userinput></screen>
    3227
    3328    <note os="a">
  • BOOK/final-system/multilib/shadow-64bit.xml

    raf04f13 r96cbcec  
    2121  <sect2 role="installation">
    2222    <title>Installation of Shadow</title>
    23 
    24     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25     href="shadow.xml"
    26     xpointer="xpointer(//*[@os='p1'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="shadow.xml"
    30     xpointer="xpointer(//*[@os='p2'])"/>
    3123
    3224    <note os="a">
  • BOOK/final-system/multilib/shadow-n32.xml

    raf04f13 r96cbcec  
    2222  <sect2 role="installation">
    2323    <title>Installation of Shadow</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="shadow.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="shadow.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    3224
    3325    <note os="a">
  • BOOK/final-system/multilib/shadow.xml

    raf04f13 r96cbcec  
    2222  <sect2 role="installation">
    2323    <title>Installation of Shadow</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../common/shadow.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../common/shadow.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    raf04f13 r96cbcec  
    3838
    3939    <listitem>
     40      <para>Janurary 1, 2007</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated Shadow to 4.1.0.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>December 29, 2007</para>
    4150      <itemizedlist>
    4251        <listitem>
    43           <para>[ken] Make the current Module-Init-Tools testsuite run,
     52          <para>[ken] - Make the current Module-Init-Tools testsuite run,
    4453          update the instructions because distclean is no longer useful,
    4554          and comment on the DOCBOOKTOMAN parameter.</para>
     
    5261      <itemizedlist>
    5362        <listitem>
    54           <para>Added a config.cache entry to Gettext to resolve some
     63          <para>[jciccone] - Added a config.cache entry to Gettext to resolve some
    5564          errors.</para>
    5665        </listitem>
  • BOOK/materials/common/patches.xml

    raf04f13 r96cbcec  
    191191
    192192    <varlistentry>
    193        <term>Shadow Useradd Fix Patch - <token>&shadow-useradd_fix-patch-size;</token>:</term>
    194        <listitem>
    195         <para>Download: <ulink
    196         url="&patches-root;&shadow-useradd_fix-patch;"/></para>
    197         <para>MD5 sum: <literal>&shadow-useradd_fix-patch-md5;</literal></para>
    198        </listitem>
    199     </varlistentry>
    200 
    201     <varlistentry>
    202193       <term>Texinfo mbstate Fix Patch - <token>&texinfo-mbstate_fix-patch-size;</token>:</term>
    203194       <listitem>
  • BOOK/packages.ent

    raf04f13 r96cbcec  
    341341<!ENTITY sed-home "&gnu-software;sed">
    342342
    343 <!ENTITY shadow-version "4.0.18.2">
    344 <!ENTITY shadow-size "1,588 KB">
     343<!ENTITY shadow-version "4.1.0">
     344<!ENTITY shadow-size "1,620 KB">
    345345<!ENTITY shadow-url "ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-&shadow-version;.tar.bz2">
    346 <!ENTITY shadow-md5 "b900467e5c60c78b6d84b0353d1769d5">
     346<!ENTITY shadow-md5 "dd6ca3ac424b447962d7a7af923b7bda">
    347347<!ENTITY shadow-home "http://pkg-shadow.alioth.debian.org">
    348348
  • BOOK/patches.ent

    raf04f13 r96cbcec  
    8181<!ENTITY readline-fixes-patch-size "20 KB">
    8282
    83 <!ENTITY shadow-useradd_fix-patch "shadow-&shadow-version;-useradd_fix-2.patch">
    84 <!ENTITY shadow-useradd_fix-patch-md5 "1d0f598c79b5274a03c093a9d805385a">
    85 <!ENTITY shadow-useradd_fix-patch-size "4 KB">
    86 
    8783<!ENTITY texinfo-mbstate_fix-patch "texinfo-&texinfo-version;-mbstate_fix-1.patch">
    8884<!ENTITY texinfo-mbstate_fix-patch-md5 "37e3d170d809bb1c90e9741864839f66">
Note: See TracChangeset for help on using the changeset viewer.