aboutsummaryrefslogtreecommitdiff
path: root/www/apache13-ssl/files
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2003-11-12 21:09:27 +0000
committerJames E. Housley <jeh@FreeBSD.org>2003-11-12 21:09:27 +0000
commit4921dc1ff587cb6a14a9f80521f8e12db4c92bb7 (patch)
tree07dd0d5011101b271abc3ad1dd42991da0f6fa1d /www/apache13-ssl/files
parent76e8fac83e9a1c08bc608b6a7b39eba28c244d06 (diff)
downloadports-4921dc1ff587cb6a14a9f80521f8e12db4c92bb7.tar.gz
ports-4921dc1ff587cb6a14a9f80521f8e12db4c92bb7.zip
Notes
Diffstat (limited to 'www/apache13-ssl/files')
-rw-r--r--www/apache13-ssl/files/patch-FixPatch18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/apache13-ssl/files/patch-FixPatch b/www/apache13-ssl/files/patch-FixPatch
new file mode 100644
index 000000000000..1c293818bb9a
--- /dev/null
+++ b/www/apache13-ssl/files/patch-FixPatch
@@ -0,0 +1,18 @@
+--- FixPatch.orig Sun May 23 13:34:08 1999
++++ FixPatch Mon May 31 09:03:49 1999
+@@ -112,13 +112,6 @@
+ echo "Your version of patch is out-of-date. You need patch 2.1 or 2.5."
+ fi
+
+-echo -n "Do you want me to apply the fixed-up Apache-SSL patch for you? [n] "
+-read ans
+-echo $ans | grep -i "^[ \t]*y" >/dev/null
+-if [ $? = 0 ]; then
+- patch -p1 <SSLpatch.fixed-up
+-else
+- echo "OK, I won't apply the fixed-up patch. I've left it in SSLpatch.fixed-up";
+-fi
++patch -p1 <SSLpatch.fixed-up
+
+ exit
+