1
0
mirror of https://github.com/openresty/openresty synced 2024-11-09 18:35:51 +01:00

now we apply the dtrace patch by default.

This commit is contained in:
agentzh (章亦春) 2012-07-26 10:59:33 -07:00
parent e17fa45a12
commit c21b63ea3f
2 changed files with 4 additions and 1 deletions

@ -90,6 +90,9 @@ patch -p1 < $root/patches/nginx-$main_ver-poll_del_event_at_exit.patch
echo applying location_if_inherits_proxy.patch ...
patch -p1 < $root/patches/nginx-$main_ver-location_if_inherits_proxy.patch
echo applying dtrace.patch ...
patch -p1 < $root/patches/nginx-$main_ver-dtrace.patch
rm -f *.patch || exit 1
cd .. || exit 1

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.2.1
minor_ver=9rc2
minor_ver=9rc3
version=$main_ver.$minor_ver
echo $version