Merge pull request #10 from javacruft/master

L3 Agent Shutdown should not kill dnsmasq instances
This commit is contained in:
Emilien Macchi 2012-12-18 00:39:52 -08:00
commit 7413c2672d
1 changed files with 0 additions and 1 deletions

View File

@ -274,7 +274,6 @@ quantum_l3_agent_stop() {
# Try SIGTERM
pid=`cat $OCF_RESKEY_pid`
pid="$pid `ps ax | grep -v grep | grep 'dnsmasq' | cut -c1-5`"
ocf_run kill -s TERM $pid
rc=$?
if [ $rc -ne 0 ]; then