Changeset 0c263d7 in clfs-sysroot


Ignore:
Timestamp:
Sep 15, 2006, 4:38:18 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
cc1b3bd
Parents:
07030d2
Message:

Added Shadow patch to fix useradd.

Location:
BOOK
Files:
4 edited

Legend:

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

    r07030d2 r0c263d7  
    3333      command below.</para>
    3434    </note>
     35
     36    <para os="p1">The following patch fixes when useradd will only accept
     37    group names instead of group id numbers:</para>
     38
     39<screen os="p2"><userinput>patch -Np1 -i ../&shadow-useradd_fix-patch;</userinput></screen>
    3540
    3641    <para os="b">Create a config.cache containing information about a test that
  • BOOK/introduction/common/changelog.xml

    r07030d2 r0c263d7  
    3838
    3939    <listitem>
     40      <para>August 31, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Added Shadow patch to fix useradd.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>August 30, 2006</para>
    4150      <itemizedlist>
  • BOOK/materials/common/patches.xml

    r07030d2 r0c263d7  
    227227
    228228    <varlistentry>
     229      <term>Shadow Useradd Fix Patch - <token>&shadow-useradd_fix-patch-size;</token>:</term>
     230      <listitem>
     231        <para>Download: <ulink
     232        url="&patches-root;&shadow-useradd_fix-patch;"/></para>
     233        <para>MD5 sum: <literal>&shadow-useradd_fix-patch-md5;</literal></para>
     234      </listitem>
     235    </varlistentry>
     236
     237    <varlistentry>
    229238      <term>Sysklogd Fixes Patch - <token>&sysklogd-fixes-patch-size;</token>:</term>
    230239      <listitem>
  • BOOK/patches.ent

    r07030d2 r0c263d7  
    9898<!ENTITY readline-fixes-patch-size "2.1 KB">
    9999
     100<!ENTITY shadow-useradd_fix-patch "shadow-&shadow-version;-useradd_fix-1.patch">
     101<!ENTITY shadow-useradd_fix-patch-md5 "272eb8ef4b9b7ad859292150526ea5fa">
     102<!ENTITY shadow-useradd_fix-patch-size "4 KB">
     103
    100104<!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch">
    101105<!ENTITY sysklogd-fixes-patch-md5 "508104f058d1aef26b3bc8059821935f">
Note: See TracChangeset for help on using the changeset viewer.