jim 99/04/21 06:20:48
Modified: . Makefile.tmpl
src CHANGES
Log:
PR:4260
Submitted by: Maria Verina <[EMAIL PROTECTED]>
APACI would not correctly build suexec due to an extra '\'
Revision Changes Path
1.72 +1 -2 apache-1.3/Makefile.tmpl
Index: Makefile.tmpl
===================================================================
RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- Makefile.tmpl 1999/04/20 16:19:57 1.71
+++ Makefile.tmpl 1999/04/21 13:20:46 1.72
@@ -189,8 +189,7 @@
-DUSERDIR_SUFFIX=\"$(suexec_userdir)\" \
-DLOG_EXEC=\"$(suexec_logexec)\" \
-DDOC_ROOT=\"$(suexec_docroot)\" \
- -DSAFE_PATH=\"$(suexec_safepath)\" \
- ' \
+ -DSAFE_PATH=\"$(suexec_safepath)\" ' \
suexec; \
fi; \
echo "<=== $(SRC)/support"
1.1321 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1320
retrieving revision 1.1321
diff -u -r1.1320 -r1.1321
--- CHANGES 1999/04/21 03:50:36 1.1320
+++ CHANGES 1999/04/21 13:20:47 1.1321
@@ -1,5 +1,8 @@
Changes with Apache 1.3.7
+ *) APACI would not correctly build suexec. [Maria Verina
+ <[EMAIL PROTECTED]>] PR#4260
+
*) mod_mime_magic passed only the first 4k of a file to
uncompress/gzip, but those tools sometimes do not produce
any output unless a sufficient portion of the compressed