- Timestamp:
- Sep 4, 2007, 2:28:53 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 87fda51
- Parents:
- 918a9d3
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/shadow.xml
r918a9d3 r406ed09 26 26 <title>Installation of Shadow</title> 27 27 28 <para os="p1">The following patch fixes an issue in useradd, where it only29 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> 32 32 33 33 <note os="a"> -
BOOK/introduction/common/changelog.xml
r918a9d3 r406ed09 71 71 <listitem> 72 72 <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> 73 78 </listitem> 74 79 </itemizedlist> -
BOOK/materials/common/patches.xml
r918a9d3 r406ed09 164 164 165 165 <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> 171 171 </listitem> 172 172 </varlistentry> -
BOOK/patches.ent
r918a9d3 r406ed09 69 69 <!ENTITY readline-fixes-patch-size "4 KB"> 70 70 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 "4KB">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"> 74 74 75 75 <!ENTITY texinfo-tempfile_fix-patch "texinfo-&texinfo-version;-tempfile_fix-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.