Changeset ed4cc3a


Ignore:
Timestamp:
Oct 29, 2007, 11:54:42 PM (16 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:
50dc6642
Parents:
0d4607d
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

    r0d4607d 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

    r0d4607d 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

    r0d4607d 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

    r0d4607d 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

    r0d4607d 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

    r0d4607d 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.