SOURCES: apache1-security_check_forensic_tempfiles.patch - fix she...
glen
glen at pld-linux.org
Fri Sep 29 23:47:37 CEST 2006
Author: glen Date: Fri Sep 29 21:47:37 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix shell syntax
---- Files affected:
SOURCES:
apache1-security_check_forensic_tempfiles.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/apache1-security_check_forensic_tempfiles.patch
diff -u SOURCES/apache1-security_check_forensic_tempfiles.patch:1.1 SOURCES/apache1-security_check_forensic_tempfiles.patch:1.2
--- SOURCES/apache1-security_check_forensic_tempfiles.patch:1.1 Wed May 31 13:28:49 2006
+++ SOURCES/apache1-security_check_forensic_tempfiles.patch Fri Sep 29 23:47:32 2006
@@ -7,7 +7,7 @@
# the part from the Configure script
-tmpfile=${TMPDIR-/tmp}/fmn.tmp.$$
-rm -f $tmpfile
-+tmpfile=`mktemp -t fmn.XXXXXX || tempfile --prefix=fmn` || {echo "$0: Cannot create temporary file" >&2; exit 1; }
++tmpfile=`mktemp -t fmn.XXXXXX || tempfile --prefix=fmn` || { echo "$0: Cannot create temporary file" >&2; exit 1; }
+trap "rm -f -- \"$tmpfile\";" 0 1 2 3 13 15
modname=''
ext=`echo $modfile | sed 's/^.*\.//'`
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/apache1-security_check_forensic_tempfiles.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list