From 90cd8b73d73c0fac38dd1142b0af1c63e3abf8ae Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Thu, 9 May 2002 03:55:18 +0000 Subject: 1. Upgrade 2.0.35 --> 2.0.36 2. Port printed message to "pw userdel www" if port removed permanently. However master.passwd 1.25.2.5 has user www by default, so this is no longer correct advice. Removed pkg-deinstall to correct this. PR: 37849 and 36907 Approved by: MAINTAINER: Hye-Shik Chang --- www/apache21/files/patch-configure | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'www/apache21/files/patch-configure') diff --git a/www/apache21/files/patch-configure b/www/apache21/files/patch-configure index 8c3f38a5bc46..942d1b071371 100644 --- a/www/apache21/files/patch-configure +++ b/www/apache21/files/patch-configure @@ -1,12 +1,21 @@ ---- configure.orig Sat Apr 6 15:19:30 2002 -+++ configure Sun Apr 7 09:13:07 2002 -@@ -12087,6 +12087,9 @@ +--- configure.orig Thu May 2 05:53:00 2002 ++++ configure Wed May 8 16:12:46 2002 +@@ -1503,7 +1503,7 @@ + $srcdir/config.layout > $pldconf + layout_name=$LAYOUT + . $pldconf +- rm $pldconf ++ rm -f $pldconf + for var in prefix exec_prefix bindir sbindir libexecdir mandir \ + sysconfdir datadir errordir iconsdir htdocsdir cgidir \ + includedir localstatedir runtimedir logfiledir libdir \ +@@ -15077,6 +15077,9 @@ - cat >> confdefs.h <>confdefs.h <<_ACEOF #define SERVER_CONFIG_FILE "${rel_sysconfdir}/${progname}.conf" +#define DEFAULT_ERRORLOG "${rel_logfiledir}/httpd-error.log" +#define AP_TYPES_CONFIG_FILE "${rel_sysconfdir}/mime.types" +#define DOCUMENT_LOCATION "${rel_htdocsdir}" - EOF + _ACEOF + - cat >> confdefs.h <