From 3f0c882398e626cd92503b1bd964a32e89f818dc Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 21 Dec 2004 19:38:32 +0000 Subject: Removed the text in chapter 06. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/mktemp.xml | 44 ++------------------------------------------ 1 file changed, 2 insertions(+), 42 deletions(-) (limited to 'chapter06/mktemp.xml') diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml index 3e2e6226c..42a6c662f 100644 --- a/chapter06/mktemp.xml +++ b/chapter06/mktemp.xml @@ -10,8 +10,6 @@ Mktemp -<para>The Mktemp package contains programs used to create secure temporary -files in shell scripts.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -19,16 +17,12 @@ files in shell scripts.</para> <seglistitem><seg>0.1 SBU</seg><seg>317 KB</seg></seglistitem> </segmentedlist> -<para>The installation dependencies for Mktemp haven't been checked yet.</para> - </sect2> <sect2 role="installation"> <title>Installation of Mktemp -Many scripts still use the deprecated tempfile -program, which has functionality much the same as mktemp. -Patch Mktemp to include a tempfile wrapper: +Apply a patch: patch -Np1 -i ../mktemp-&mktemp-version;-add_tempfile-1.patch @@ -36,17 +30,6 @@ Patch Mktemp to include a tempfile wrapper: ./configure --prefix=/usr --with-libc -The meaning of the configure option: - - - ---with-libc -This causes the mktemp program to -use the mkstemp and mkdtemp -functions from the system C library. - - - Compile the package: make @@ -61,30 +44,7 @@ make install-tempfile Contents of Mktemp - -Installed programs -mktemp, tempfile - - -Short descriptions - - -mktemp - -mktemp -creates temporary files in a secure manner. It is used in scripts. - - - - -tempfile - -tempfile -creates temporary files in a less secure manner than -mktemp. It is installed for backwards-compatibility. - - - +See testing -- cgit v1.2.3-54-g00ecf