From 7b0956951c792736c3149652c676413930cdc4ee Mon Sep 17 00:00:00 2001 From: clement Date: Wed, 21 Jan 2004 09:32:13 +0000 Subject: Rename patch. post-patch-conf:httpd.conf-dist.orig => post-patch-conf:httpd.conf-dist Pointed out by: kris, Koop Mast --- www/apache13-ssl/Makefile | 2 +- www/apache13-ssl/files/post-patch-conf:httpd.conf-dist | 13 +++++++++++++ www/apache13-ssl/files/post-patch-conf:httpd.conf-dist.orig | 13 ------------- 3 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 www/apache13-ssl/files/post-patch-conf:httpd.conf-dist delete mode 100644 www/apache13-ssl/files/post-patch-conf:httpd.conf-dist.orig (limited to 'www/apache13-ssl') diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index 78615e5c0223..dbb510efc871 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -125,7 +125,7 @@ post-extract: post-patch: @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ./FixPatch ${OPENSSLBASE} - @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/post-patch-conf:httpd.conf-dist.orig + @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/post-patch-conf:httpd.conf-dist post-install: @${ECHO_CMD} "" diff --git a/www/apache13-ssl/files/post-patch-conf:httpd.conf-dist b/www/apache13-ssl/files/post-patch-conf:httpd.conf-dist new file mode 100644 index 000000000000..864075e30d2d --- /dev/null +++ b/www/apache13-ssl/files/post-patch-conf:httpd.conf-dist @@ -0,0 +1,13 @@ +--- conf/httpd.conf-dist.orig Wed Oct 22 23:09:02 2003 ++++ conf/httpd.conf-dist Wed Oct 22 23:09:14 2003 +@@ -945,8 +945,8 @@ + # Note that all SSL options can apply to virtual hosts. + # Disable SSL. Useful in combination with virtual hosts. Note that SSLEnable is + # now also supported. +-#SSLDisable +-SSLEnable ++SSLDisable ++#SSLEnable + + # Set the path for the global cache server executable. + # If this facility gives you trouble, you can disable it by setting diff --git a/www/apache13-ssl/files/post-patch-conf:httpd.conf-dist.orig b/www/apache13-ssl/files/post-patch-conf:httpd.conf-dist.orig deleted file mode 100644 index 864075e30d2d..000000000000 --- a/www/apache13-ssl/files/post-patch-conf:httpd.conf-dist.orig +++ /dev/null @@ -1,13 +0,0 @@ ---- conf/httpd.conf-dist.orig Wed Oct 22 23:09:02 2003 -+++ conf/httpd.conf-dist Wed Oct 22 23:09:14 2003 -@@ -945,8 +945,8 @@ - # Note that all SSL options can apply to virtual hosts. - # Disable SSL. Useful in combination with virtual hosts. Note that SSLEnable is - # now also supported. --#SSLDisable --SSLEnable -+SSLDisable -+#SSLEnable - - # Set the path for the global cache server executable. - # If this facility gives you trouble, you can disable it by setting -- cgit