change: we no longer maintain the nginx dtrace patch.

This commit is contained in:
Yichun Zhang (agentzh)
2020-01-02 20:35:40 -08:00
parent 3a630bb020
commit f17fe6edc1
4 changed files with 46 additions and 1207 deletions

View File

@ -234,9 +234,9 @@ if [ "$answer" = "N" ]; then
echo
fi
echo "$info_txt applying the dtrace patch for nginx"
patch -p1 < $root/patches/nginx-$main_ver-dtrace.patch || exit 1
echo
#echo "$info_txt applying the dtrace patch for nginx"
#patch -p1 < $root/patches/nginx-$main_ver-dtrace.patch || exit 1
#echo
answer=`$root/util/ver-ge "$main_ver" 1.2.6`
if [ "$answer" = "N" ]; then