aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache13/files/patch-al
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2012-01-02 03:30:58 +0800
committerohauer <ohauer@FreeBSD.org>2012-01-02 03:30:58 +0800
commit43ac3f65169f06c55e36580ed1f86032c363482d (patch)
treeb90b74daf642363162b175c5d7a1edd1289fc9d1 /www/apache13/files/patch-al
parentad6e506cd88ffdb0ce111f8b8eb9a93974c36ad5 (diff)
downloadfreebsd-ports-gnome-43ac3f65169f06c55e36580ed1f86032c363482d.tar.gz
freebsd-ports-gnome-43ac3f65169f06c55e36580ed1f86032c363482d.tar.zst
freebsd-ports-gnome-43ac3f65169f06c55e36580ed1f86032c363482d.zip
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 ) with hat apache@
Diffstat (limited to 'www/apache13/files/patch-al')
-rw-r--r--www/apache13/files/patch-al24
1 files changed, 0 insertions, 24 deletions
diff --git a/www/apache13/files/patch-al b/www/apache13/files/patch-al
deleted file mode 100644
index bd792616581e..000000000000
--- a/www/apache13/files/patch-al
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/support/log_server_status.orig Mon Jan 15 20:06:38 2001
-+++ src/support/log_server_status Fri Jan 25 08:03:03 2002
-@@ -70,10 +70,10 @@
- #
- require 'sys/socket.ph';
-
--$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312"
-+$wherelog = "/var/log/httpd-status-";
- $server = "localhost"; # Name of server, could be "www.foo.com"
- $port = "80"; # Port on server
--$request = "/status/?auto"; # Request to send
-+$request = "/server-status/?auto"; # Request to send
-
- sub tcp_connect
- {
-@@ -103,7 +103,7 @@
- chomp($date);
- ($day,$time)=split(/:/,$date);
- $res=&tcp_connect($server,$port);
-- open(OUT,">>$wherelog$day");
-+ open(OUT,">>$wherelog$day.log");
- if ($res) {
- print OUT "$time:-1:-1:-1:-1:$res\n";
- exit 1;