checked in the new patch channel-uninit-params for nginx 1.2.3 and 1.3.6.

This commit is contained in:
agentzh (Yichun Zhang)
2012-09-17 11:47:04 -07:00
parent e76578edfc
commit c381151ce7
3 changed files with 87 additions and 0 deletions

View File

@ -96,6 +96,9 @@ patch -p1 < $root/patches/nginx-$main_ver-location_if_inherits_proxy.patch || ex
echo applying nonbuffered-upstream-truncation.patch ...
patch -p1 < $root/patches/nginx-$main_ver-nonbuffered-upstream-truncation.patch || exit 1
echo applying channel-uninit-params.patch ...
patch -p1 < $root/patches/nginx-$main_ver-channel-uninit-params.patch || exit 1
echo applying dtrace.patch ...
patch -p1 < $root/patches/nginx-$main_ver-dtrace.patch || exit 1