I have a new patch that removes the Mktemp package permentaly and mentions 
Mktemp in Coreutils. This fixes #2194.
_________________________________________________________________
See how Windows Mobile brings your life together—at home, work, or on the go.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/
Index: chapter01/whatsnew.xml
===================================================================
--- chapter01/whatsnew.xml	(revision 8568)
+++ chapter01/whatsnew.xml	(working copy)
@@ -137,9 +137,6 @@
     <listitem>
       <para>Man-pages &man-pages-version;</para>
     </listitem>
-    <!--<listitem>
-      <para>Mktemp &mktemp-version;</para>
-    </listitem>-->
     <listitem>
       <para>Module-Init-Tools &module-init-tools-version;</para>
     </listitem>
Index: chapter01/changelog.xml
===================================================================
--- chapter01/changelog.xml	(revision 8568)
+++ chapter01/changelog.xml	(working copy)
@@ -41,6 +41,9 @@
       <para>2008-10-05</para>
       <itemizedlist>
         <listitem>
+           <para>[willimm] Remove the Mktemp package permentaly from LFS, and mention Mktemp in coreutils. Fixes #2194.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Updated the Linux kernel to 2.6.26.5.</para>
         </listitem>
         <listitem>
Index: chapter03/packages.xml
===================================================================
--- chapter03/packages.xml	(revision 8568)
+++ chapter03/packages.xml	(working copy)
@@ -372,15 +372,6 @@
       </listitem>
     </varlistentry>
 
-    <!-- <varlistentry>
-      <term>Mktemp (&mktemp-version;) - <token>&mktemp-size;</token>:</term>
-      <listitem>
-        <para>Home page: <ulink url="&mktemp-home;"/></para>
-        <para>Download: <ulink url="&mktemp-url;"/></para>
-        <para>MD5 sum: <literal>&mktemp-md5;</literal></para>
-      </listitem>
-    </varlistentry> -->
-
     <varlistentry>
       <term>Module-Init-Tools (&module-init-tools-version;) - <token>&module-init-tools-size;</token>:</term>
       <listitem>
Index: chapter06/coreutils.xml
===================================================================
--- chapter06/coreutils.xml	(revision 8568)
+++ chapter06/coreutils.xml	(working copy)
@@ -607,6 +607,16 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="mktemp">
+        <term><command>mktemp</command></term>
+        <listitem>
+          <para>Creates temporary files in a secure manner; it is used in scripts</para>
+        <indexterm zone="ch-system-coreutils mktemp">
+          <primary sortas="b-mktemp">mktemp</primary>
+        </indexterm>
+       </listitem>
+     </varlistentry>
+
       <varlistentry id="mv">
         <term><command>mv</command></term>
         <listitem>
Index: packages.ent
===================================================================
--- packages.ent	(revision 8568)
+++ packages.ent	(working copy)
@@ -362,14 +362,6 @@
 <!ENTITY man-pages-ch6-du "37.4 MB">
 <!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
 
-<!ENTITY mktemp-version "1.5">
-<!ENTITY mktemp-size "69 KB">
-<!ENTITY mktemp-url "ftp://ftp.mktemp.org/pub/mktemp/mktemp-&mktemp-version;.tar.gz";>
-<!ENTITY mktemp-md5 "9a35c59502a228c6ce2be025fc6e3ff2">
-<!ENTITY mktemp-home "http://www.mktemp.org/";>
-<!ENTITY mktemp-ch6-du "0.4 MB">
-<!ENTITY mktemp-ch6-sbu "less than 0.1 SBU">
-
 <!ENTITY module-init-tools-version "3.4">
 <!ENTITY module-init-tools-size "186 KB">
 <!ENTITY module-init-tools-url "http://www.kernel.org/pub/linux/kernel/people/jcm/module-init-tools/module-init-tools-&module-init-tools-version;.tar.bz2";>
Index: appendices/dependencies.xml
===================================================================
--- appendices/dependencies.xml	(revision 8568)
+++ appendices/dependencies.xml	(working copy)
@@ -953,33 +953,6 @@
         </seglistitem>
       </segmentedlist>
 
-<!-- Begin Mktemp dependency info -->
-  <bridgehead renderas="sect2" id="mktemp-dep">Mktemp</bridgehead>
-
-      <segmentedlist>
-        <segtitle>&dependencies;</segtitle>
-
-        <seglistitem>
-         <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Patch, and Sed</seg>
-        </seglistitem>
-      </segmentedlist>
-
-      <segmentedlist>
-        <segtitle>&testsuites;</segtitle>
-
-        <seglistitem>
-          <seg>No testsuite available</seg>
-        </seglistitem>
-      </segmentedlist>
-
-      <segmentedlist>
-        <segtitle>&before;</segtitle>
-
-        <seglistitem>
-          <seg>None</seg>
-        </seglistitem>
-      </segmentedlist>
-
 <!-- Begin Module-Init-Tools dependency info -->
   <bridgehead renderas="sect2" id="module-init-tools-dep">Module-Init-Tools</bridgehead>
 
Index: patches.ent
===================================================================
--- patches.ent	(revision 8568)
+++ patches.ent	(working copy)
@@ -84,10 +84,6 @@
 <!ENTITY kbd-backspace-patch-size "13 KB">
 
 
-<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-3.patch">
-<!ENTITY mktemp-tempfile-patch-md5 "65d73faabe3f637ad79853b460d30a19">
-<!ENTITY mktemp-tempfile-patch-size "3.5 KB">
-
 <!ENTITY module-init-manpages-patch "module-init-tools-&module-init-tools-version;-manpages-1.patch">
 <!ENTITY module-init-manpages-patch-md5 "2271047586981ae23adf01cc13d97791">
 <!ENTITY module-init-manpages-patch-size "35 KB">
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to