From 2fa922f3803deff8f7877720048e621ebf2eee8a Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 6 Feb 2006 20:45:42 +0000 Subject: Indenting chapter 6, part 8 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7358 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/mktemp.xml | 168 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 98 insertions(+), 70 deletions(-) (limited to 'chapter06/mktemp.xml') diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml index 2fd6bfca3..670c24e47 100644 --- a/chapter06/mktemp.xml +++ b/chapter06/mktemp.xml @@ -1,100 +1,128 @@ - %general-entities; ]> + -Mktemp-&mktemp-version; - + -Mktemp + Mktemp-&mktemp-version; - -<para>The Mktemp package contains programs used to create secure temporary -files in shell scripts.</para> + <indexterm zone="ch-system-mktemp"> + <primary sortas="a-Mktemp">Mktemp</primary> + </indexterm> -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.1 SBU</seg><seg>436 KB</seg></seglistitem> -</segmentedlist> + <sect2 role="package"> + <title/> -<segmentedlist> -<segtitle>&dependencies;</segtitle> -<seglistitem><seg>Coreutils, Make, and Patch</seg></seglistitem> -</segmentedlist> -</sect2> + <para>The Mktemp package contains programs used to create secure temporary + files in shell scripts.</para> -<sect2 role="installation"> -<title>Installation of Mktemp + + &buildtime; + &diskspace; -Many scripts still use the deprecated -tempfile program, which has functionality similar -to mktemp. Patch Mktemp to include a -tempfile wrapper: + + 0.1 SBU + 436 KB + + -patch -Np1 -i ../&mktemp-tempfile-patch; + + &dependencies; -Prepare Mktemp for compilation: + + Coreutils, Make, and Patch + + -./configure --prefix=/usr --with-libc + -The meaning of the configure options: + + Installation of Mktemp - - ---with-libc -This causes the mktemp program to -use the mkstemp and mkdtemp -functions from the system C library instead of its own implementation of them. - - - + Many scripts still use the deprecated + tempfile program, which has functionality similar + to mktemp. Patch Mktemp to include a + tempfile wrapper: -Compile the package: +patch -Np1 -i ../&mktemp-tempfile-patch; -make + Prepare Mktemp for compilation: -This package does not come with a test suite. +./configure --prefix=/usr --with-libc -Install the package: + + The meaning of the configure options: -make install -make install-tempfile - - + + --with-libc + + This causes the mktemp program to use the + mkstemp and mkdtemp + functions from the system C library instead of its own implementation + of them. + + + -Contents of Mktemp + Compile the package: - -Installed programs -mktemp and tempfile - +make -Short Descriptions - - + This package does not come with a test suite. - -mktemp - -Creates temporary files in a secure manner; it is used in scripts -mktemp - - + Install the package: - -tempfile - -Creates temporary files in a less secure manner than -mktemp; it is installed for backwards-compatibility -tempfile - - - +make install +make install-tempfile - + + + + Contents of Mktemp + + + Installed programs + + + mktemp and tempfile + + + + + Short Descriptions + + + + + mktemp + + Creates temporary files in a secure manner; it is used in + scripts + + mktemp + + + + + + tempfile + + Creates temporary files in a less secure manner than + mktemp; it is installed for + backwards-compatibility + + tempfile + + + + + + + - -- cgit v1.2.3-54-g00ecf