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 | 17 |
1 files changed, 7 insertions, 10 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 584ddc8d9..e4e01b2af 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 | |||
@@ -10,11 +10,11 @@ Signed-off-by: Yulong Pei <Yulong.pei@windriver.com> | |||
10 | support/apachectl.in | 14 ++++++++++---- | 10 | support/apachectl.in | 14 ++++++++++---- |
11 | 1 files changed, 10 insertions(+), 4 deletions(-) | 11 | 1 files changed, 10 insertions(+), 4 deletions(-) |
12 | 12 | ||
13 | diff --git a/support/apachectl.in b/support/apachectl.in | 13 | Index: httpd-2.4.29/support/apachectl.in |
14 | index d4dff38..109ea13 100644 | 14 | =================================================================== |
15 | --- a/support/apachectl.in | 15 | --- httpd-2.4.29.orig/support/apachectl.in |
16 | +++ b/support/apachectl.in | 16 | +++ httpd-2.4.29/support/apachectl.in |
17 | @@ -51,11 +51,11 @@ fi | 17 | @@ -52,11 +52,11 @@ fi |
18 | # a command that outputs a formatted text version of the HTML at the | 18 | # 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 | 19 | # url given on the command line. Designed for lynx, however other |
20 | # programs may work. | 20 | # programs may work. |
@@ -28,7 +28,7 @@ index d4dff38..109ea13 100644 | |||
28 | # | 28 | # |
29 | # Set this variable to a command that increases the maximum | 29 | # Set this variable to a command that increases the maximum |
30 | # number of file descriptors allowed per child process. This is | 30 | # number of file descriptors allowed per child process. This is |
31 | @@ -91,10 +91,16 @@ configtest) | 31 | @@ -92,10 +92,16 @@ configtest) |
32 | ERROR=$? | 32 | ERROR=$? |
33 | ;; | 33 | ;; |
34 | status) | 34 | status) |
@@ -46,7 +46,4 @@ index d4dff38..109ea13 100644 | |||
46 | + fi | 46 | + fi |
47 | ;; | 47 | ;; |
48 | *) | 48 | *) |
49 | $HTTPD $ARGV | 49 | $HTTPD "$@" |
50 | -- | ||
51 | 1.6.4 | ||
52 | |||