From a245ff16442510664c02e1107af677a8d19c078c Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Mon, 17 Sep 2018 20:21:09 -0700 Subject: [PATCH] fixed the patch file name to be more consistent with other patches. --- ...troy-pool.patch => nginx-1.13.6-daemon_destroy_pool.patch} | 0 util/mirror-tarballs | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename patches/{nginx-1.13.6-daemon-destroy-pool.patch => nginx-1.13.6-daemon_destroy_pool.patch} (100%) diff --git a/patches/nginx-1.13.6-daemon-destroy-pool.patch b/patches/nginx-1.13.6-daemon_destroy_pool.patch similarity index 100% rename from patches/nginx-1.13.6-daemon-destroy-pool.patch rename to patches/nginx-1.13.6-daemon_destroy_pool.patch diff --git a/util/mirror-tarballs b/util/mirror-tarballs index c5a848f..3dc8d64 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -66,8 +66,8 @@ if [ "$answer" = "Y" ]; then patch -p1 < $root/patches/nginx-$main_ver-resolver_conf_parsing.patch || exit 1 echo - echo "$info_txt applying the daemon-destroy-pool patch for nginx" - patch -p1 < $root/patches/nginx-$main_ver-daemon-destroy-pool.patch || exit 1 + echo "$info_txt applying the daemon_destroy_pool patch for nginx" + patch -p1 < $root/patches/nginx-$main_ver-daemon_destroy_pool.patch || exit 1 echo fi