Changeset ed4cc3a


Ignore:
Timestamp:
10/30/07 06:54:42 (6 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
('master', '72198707b19179a16b27f8fbe2febd6a79ee22c4')('clfs-1.2', '0d1a577466382847256b44170acecbd2e8cdc0c5')('simp', '271d1f963630b9cb390baf1ee2d8bdfe7d14e340')('systemd', 'ec008670fee2dc8086a6ce805d4831378d59895d')
Children:
50dc66426f3c70066941bbb1c7ef32aa83c0a98d
Parents:
0d4607d28b2ad20303bce044f9de2e45fb560fd0
git-author:
Jim Gifford <clfs@jg555.com>2007-10-30 06:54:42+00:00
git-committer:
Jim Gifford <clfs@jg555.com>2007-10-30 06:54:42+00:00
Message:

Added useradd_fix patch to shadow

Files:
1 added
7 edited

Legend:

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

    r0d4607d red4cc3a  
    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> 
    2732 
    2833    <note os="a"> 
  • BOOK/final-system/multilib/shadow-64bit.xml

    r5032d69 red4cc3a  
    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'])"/> 
    2331 
    2432    <note os="a"> 
  • BOOK/final-system/multilib/shadow-n32.xml

    r5032d69 red4cc3a  
    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'])"/> 
    2432 
    2533    <note os="a"> 
  • BOOK/final-system/multilib/shadow.xml

    r5032d69 red4cc3a  
    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'])"/> 
    2432 
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • BOOK/introduction/common/changelog.xml

    r5032d69 red4cc3a  
    5454        <listitem> 
    5555          <para>[jim] - Updated to Shadow 4.0.18.2.</para> 
     56        </listitem> 
     57        <listitem> 
     58          <para>[jim] - Added Updated Useradd Fix Patch to Shadow 4.0.18.2.</para> 
    5659        </listitem> 
    5760      </itemizedlist> 
  • BOOK/materials/common/patches.xml

    rf9e5ac7 red4cc3a  
    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> 
    193202       <term>Texinfo mbstate Fix Patch - <token>&texinfo-mbstate_fix-patch-size;</token>:</term> 
    194203       <listitem> 
  • BOOK/patches.ent

    r5032d69 red4cc3a  
    8181<!ENTITY readline-fixes-patch-size "16 KB"> 
    8282 
     83<!ENTITY shadow-useradd_fix-patch "shadow-&shadow-version;-useradd_fix-1.patch"> 
     84<!ENTITY shadow-useradd_fix-patch-md5 "fa9878bae84713bf6b524dcc3a65b11d"> 
     85<!ENTITY shadow-useradd_fix-patch-size "4 KB"> 
     86 
    8387<!ENTITY texinfo-mbstate_fix-patch "texinfo-&texinfo-version;-mbstate_fix-1.patch"> 
    8488<!ENTITY texinfo-mbstate_fix-patch-md5 "37e3d170d809bb1c90e9741864839f66"> 
Note: See TracChangeset for help on using the changeset viewer.