schubergphilis / vagrant-chef-zero

Vagrant Plugin for Chef Zero
Apache License 2.0
91 stars 42 forks source link

Fix proper shutdown of chef_zero #35

Closed rheostat closed 10 years ago

rheostat commented 10 years ago

s/SIGTERM/TERM/, correct signal specification for kill command. On Linux and Mac, the signal is specified without the SIG prefix.

xtoddx commented 10 years ago

+1

mancdaz commented 10 years ago

+1 tested and works for me - was about to submit the same PR

andrewgross commented 10 years ago

Thanks for the PR, will merge after some testing.

mikedillion commented 10 years ago

+1