mirror of
https://github.com/nginx/nginx.git
synced 2024-12-01 21:19:12 -06:00
remove a broken 0.1.x to 0.2+ upgrade procedure
This commit is contained in:
parent
9f179fe546
commit
d2ac4e6dbe
15
auto/install
15
auto/install
@ -143,20 +143,5 @@ upgrade:
|
||||
sleep 1
|
||||
test -f $NGX_PID_PATH.oldbin
|
||||
|
||||
kill -QUIT \`cat $NGX_PID_PATH.oldbin\`
|
||||
|
||||
upgrade1:
|
||||
# upgrade 0.1.x to 0.2+
|
||||
|
||||
$NGX_SBIN_PATH -t
|
||||
|
||||
cp $NGX_PID_PATH $NGX_PID_PATH.oldbin
|
||||
|
||||
kill -USR2 \`cat $NGX_PID_PATH\`
|
||||
sleep 1
|
||||
test -f $NGX_PID_PATH.oldbin
|
||||
|
||||
cp $NGX_PID_PATH $NGX_PID_PATH.newbin
|
||||
|
||||
kill -QUIT \`cat $NGX_PID_PATH.oldbin\`
|
||||
END
|
||||
|
Loading…
Reference in New Issue
Block a user