From a5c33f8ea7464cc97ff746e24fccfa642287a69a Mon Sep 17 00:00:00 2001 From: James ZHANG <> Date: Sat, 7 Dec 2019 16:51:38 +0800 Subject: [PATCH] repair the `Hunk 1 FAILED 22/22` of intercept-error-log patching mention here: the `src/core/ngx_cycle.h` was patched by `privileged-agent-process` before, so that is break down to re-patch the same one file --- patches/nginx-1.17.4-intercept_error_log.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/nginx-1.17.4-intercept_error_log.patch b/patches/nginx-1.17.4-intercept_error_log.patch index 5de7695..02c04b5 100644 --- a/patches/nginx-1.17.4-intercept_error_log.patch +++ b/patches/nginx-1.17.4-intercept_error_log.patch @@ -3,7 +3,7 @@ index c51b7ff..4c335b9 100644 --- a/src/core/ngx_cycle.h +++ b/src/core/ngx_cycle.h @@ -22,9 +22,14 @@ - #define NGX_DEBUG_POINTS_ABORT 2 + #define HAVE_PRIVILEGED_PROCESS_PATCH 1 +#define HAVE_INTERCEPT_ERROR_LOG_PATCH