From 2c81e95b5c0b3f7451b5130a4bc8839aba7d4985 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Fri, 20 Aug 2004 07:50:11 +0000 Subject: - Remove www/apache13-fp --- www/apache13-fp/files/patch-aa | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 www/apache13-fp/files/patch-aa (limited to 'www/apache13-fp/files/patch-aa') diff --git a/www/apache13-fp/files/patch-aa b/www/apache13-fp/files/patch-aa deleted file mode 100644 index efa5a46583b7..000000000000 --- a/www/apache13-fp/files/patch-aa +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.orig Tue May 21 07:24:59 2002 -+++ configure Tue Jun 18 23:39:04 2002 -@@ -1169,7 +1169,8 @@ - conf_port="80" - fi - conf_serveradmin="you@your.address" --conf_servername="new.host.name" -+conf_servername="`$aux/buildinfo.sh -n %h%d`" -+#conf_servername="new.host.name" - if [ "x$confadjust" = "x1" ]; then - if [ -f /etc/passwd ]; then - if [ "x$conf_user" = "x" ]; then -@@ -1193,7 +1194,10 @@ - conf_port="8080" - fi - conf_serveradmin="`$aux/buildinfo.sh -n %u@%h%d`" -- conf_servername="`$aux/buildinfo.sh -n %h%d`" -+# conf_servername="`$aux/buildinfo.sh -n %h%d`" -+fi -+if [ ".$suexec" = .1 ]; then -+ conf_user="$suexec_caller" - fi - - ## -@@ -1251,7 +1255,7 @@ - echo " DEFAULT_PIDLOG: ${runtimedir_relative}${thetarget}.pid" - echo " DEFAULT_SCOREBOARD: ${runtimedir_relative}${thetarget}.scoreboard" - echo " DEFAULT_LOCKFILE: ${runtimedir_relative}${thetarget}.lock" -- echo " DEFAULT_ERRORLOG: ${logfiledir_relative}error_log" -+ echo " DEFAULT_ERRORLOG: ${logfiledir_relative}httpd-error.log" - echo " TYPES_CONFIG_FILE: ${sysconfdir_relative}mime.types" - echo " SERVER_CONFIG_FILE: ${sysconfdir_relative}${thetarget}.conf" - echo " ACCESS_CONFIG_FILE: ${sysconfdir_relative}access.conf" -@@ -1349,7 +1353,7 @@ - echo "echo '-DDEFAULT_PIDLOG=\"${runtimedir_relative}${thetarget}.pid\"'" >>$src/apaci - echo "echo '-DDEFAULT_SCOREBOARD=\"${runtimedir_relative}${thetarget}.scoreboard\"'" >>$src/apaci - echo "echo '-DDEFAULT_LOCKFILE=\"${runtimedir_relative}${thetarget}.lock\"'" >>$src/apaci --echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}error_log\"'" >>$src/apaci -+echo "echo '-DDEFAULT_ERRORLOG=\"${logfiledir_relative}httpd-error.log\"'" >>$src/apaci - echo "echo '-DTYPES_CONFIG_FILE=\"${sysconfdir_relative}mime.types\"'" >>$src/apaci - echo "echo '-DSERVER_CONFIG_FILE=\"${sysconfdir_relative}${thetarget}.conf\"'" >>$src/apaci - echo "echo '-DACCESS_CONFIG_FILE=\"${sysconfdir_relative}access.conf\"'" >>$src/apaci -- cgit v1.2.3