Changeset 406ed09


Ignore:
Timestamp:
Sep 3, 2007, 7:28:53 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
87fda51
Parents:
918a9d3
Message:

Updated Shadow Patch

Files:
1 added
1 deleted
4 edited

Legend:

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

    r918a9d3 r406ed09  
    2626    <title>Installation of Shadow</title>
    2727
    28     <para os="p1">The following patch fixes an issue in useradd, where it only
    29     accepts group names, not group id numbers:</para>
    30 
    31 <screen os="p2"><userinput>patch -Np1 -i ../&shadow-useradd_fix-patch;</userinput></screen>
     28    <para os="p1">The following patch fixes numerous issues in shadow. See
     29    patch for details:</para>
     30
     31<screen os="p2"><userinput>patch -Np1 -i ../&shadow-fixes-patch;</userinput></screen>
    3232
    3333    <note os="a">
  • BOOK/introduction/common/changelog.xml

    r918a9d3 r406ed09  
    7171        <listitem>
    7272          <para>[jim] - Updated IPRoute2 to 2.6.22-070710.</para>
     73        </listitem>
     74        <listitem>
     75          <para>[jim] - Updated Shadow Patch for more fixes. Man Page Typos,
     76          buffer overflows, useradd -G fixes, better name support, and
     77          the previous useradd fix.</para>
    7378        </listitem>
    7479      </itemizedlist>
  • BOOK/materials/common/patches.xml

    r918a9d3 r406ed09  
    164164
    165165    <varlistentry>
    166       <term>Shadow Useradd Patch - <token>&shadow-useradd_fix-patch-size;</token>:</term>
    167       <listitem>
    168         <para>Download: <ulink
    169         url="&patches-root;&shadow-useradd_fix-patch;"/></para>
    170         <para>MD5 sum: <literal>&shadow-useradd_fix-patch-md5;</literal></para>
     166      <term>Shadow Fixes - <token>&shadow-fixes-patch-size;</token>:</term>
     167      <listitem>
     168        <para>Download: <ulink
     169        url="&patches-root;&shadow-fixes-patch;"/></para>
     170        <para>MD5 sum: <literal>&shadow-fixes-patch-md5;</literal></para>
    171171      </listitem>
    172172    </varlistentry>
  • BOOK/patches.ent

    r918a9d3 r406ed09  
    6969<!ENTITY readline-fixes-patch-size "4 KB">
    7070
    71 <!ENTITY shadow-useradd_fix-patch "shadow-&shadow-version;-useradd_fix-1.patch">
    72 <!ENTITY shadow-useradd_fix-patch-md5 "272eb8ef4b9b7ad859292150526ea5fa">
    73 <!ENTITY shadow-useradd_fix-patch-size "4 KB">
     71<!ENTITY shadow-fixes-patch "shadow-&shadow-version;-fixes-1.patch">
     72<!ENTITY shadow-fixes-patch-md5 "76eb87cfbf566e2676403811bde10d7b">
     73<!ENTITY shadow-fixes-patch-size "32 KB">
    7474
    7575<!ENTITY texinfo-tempfile_fix-patch "texinfo-&texinfo-version;-tempfile_fix-1.patch">
Note: See TracChangeset for help on using the changeset viewer.