- Timestamp:
- Sep 9, 2007, 2:27:28 PM (17 years ago)
- Branches:
- master
- Children:
- c560935
- Parents:
- cc0e990
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/shadow.xml
rcc0e990 r5399d87 34 34 </note> 35 35 36 <para os="p1">The following patch fixes an issue in useradd, where it only37 accepts group names, not group id numbers:</para>36 <para os="p1">The following patch fixes numerous issues in shadow. See 37 patch for details:</para> 38 38 39 39 <screen os="p2"><userinput>patch -Np1 -i ../&shadow-useradd_fix-patch;</userinput></screen> -
BOOK/introduction/common/changelog.xml
rcc0e990 r5399d87 40 40 <para>September 9, 2007</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated Shadow Patch for more fixes. Man Page Typos 44 , buffer overflows, useradd -G fixes, better name support, and 45 the previous useradd fix.</para> 46 </listitem> 42 47 <listitem> 43 48 <para>[jciccone] - Updated Grep to 2.5.3.</para> -
BOOK/materials/common/patches.xml
rcc0e990 r5399d87 182 182 183 183 <varlistentry> 184 <term>Shadow Useradd Fix Patch - <token>&shadow-useradd_fix-patch-size;</token>:</term>185 <listitem> 186 <para>Download: <ulink 187 url="&patches-root;&shadow- useradd_fix-patch;"/></para>188 <para>MD5 sum: <literal>&shadow- useradd_fix-patch-md5;</literal></para>184 <term>Shadow Fixes Patch - <token>&shadow-fixes-patch-size;</token>:</term> 185 <listitem> 186 <para>Download: <ulink 187 url="&patches-root;&shadow-fixes-patch;"/></para> 188 <para>MD5 sum: <literal>&shadow-fixes-patch-md5;</literal></para> 189 189 </listitem> 190 190 </varlistentry> -
BOOK/patches.ent
rcc0e990 r5399d87 77 77 <!ENTITY shadow-sysroot_hacks-patch-size "16 KB"> 78 78 79 <!ENTITY shadow- useradd_fix-patch "shadow-&shadow-version;-useradd_fix-1.patch">80 <!ENTITY shadow- useradd_fix-patch-md5 "272eb8ef4b9b7ad859292150526ea5fa">81 <!ENTITY shadow- useradd_fix-patch-size "4KB">79 <!ENTITY shadow-fixes-patch "shadow-&shadow-version;-fixes-1.patch"> 80 <!ENTITY shadow-fixes-patch-md5 "76eb87cfbf566e2676403811bde10d7b"> 81 <!ENTITY shadow-fixes-patch-size "32 KB"> 82 82 83 83 <!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.