diff options
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2/replace-lynx-to-curl-in-apachectl-script.patch')
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2/replace-lynx-to-curl-in-apachectl-script.patch | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2/replace-lynx-to-curl-in-apachectl-script.patch b/meta-webserver/recipes-httpd/apache2/apache2/replace-lynx-to-curl-in-apachectl-script.patch index e4e01b2af6..020f1d7979 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2/replace-lynx-to-curl-in-apachectl-script.patch +++ b/meta-webserver/recipes-httpd/apache2/apache2/replace-lynx-to-curl-in-apachectl-script.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 760ccbb2fb046621a2aeaecabb2b1ef9aa280cf1 Mon Sep 17 00:00:00 2001 | 1 | From 94a9e2241ea27e75babbfdeb38043b13049e23b0 Mon Sep 17 00:00:00 2001 |
2 | From: Yulong Pei <Yulong.pei@windriver.com> | 2 | From: Yulong Pei <Yulong.pei@windriver.com> |
3 | Date: Thu, 1 Sep 2011 01:03:14 +0800 | 3 | Date: Thu, 1 Sep 2011 01:03:14 +0800 |
4 | Subject: [PATCH] replace lynx to curl in apachectl script | 4 | Subject: [PATCH] replace lynx to curl in apachectl script |
@@ -6,14 +6,15 @@ Subject: [PATCH] replace lynx to curl in apachectl script | |||
6 | Upstream-Status: Inappropriate [configuration] | 6 | Upstream-Status: Inappropriate [configuration] |
7 | 7 | ||
8 | Signed-off-by: Yulong Pei <Yulong.pei@windriver.com> | 8 | Signed-off-by: Yulong Pei <Yulong.pei@windriver.com> |
9 | |||
9 | --- | 10 | --- |
10 | support/apachectl.in | 14 ++++++++++---- | 11 | support/apachectl.in | 14 ++++++++++---- |
11 | 1 files changed, 10 insertions(+), 4 deletions(-) | 12 | 1 file changed, 10 insertions(+), 4 deletions(-) |
12 | 13 | ||
13 | Index: httpd-2.4.29/support/apachectl.in | 14 | diff --git a/support/apachectl.in b/support/apachectl.in |
14 | =================================================================== | 15 | index 3281c2e..6ab4ba5 100644 |
15 | --- httpd-2.4.29.orig/support/apachectl.in | 16 | --- a/support/apachectl.in |
16 | +++ httpd-2.4.29/support/apachectl.in | 17 | +++ b/support/apachectl.in |
17 | @@ -52,11 +52,11 @@ fi | 18 | @@ -52,11 +52,11 @@ fi |
18 | # a command that outputs a formatted text version of the HTML at the | 19 | # a command that outputs a formatted text version of the HTML at the |
19 | # url given on the command line. Designed for lynx, however other | 20 | # url given on the command line. Designed for lynx, however other |