Re: [ovs-dev] [PATCH v2 2/4] ovs-ctl: Check for ovs-monitor-ipsec pidfile before exit

2020-12-24 Thread Flavio Leitner
On Thu, Dec 24, 2020 at 04:38:56AM -0500, Mark Gray wrote: > Check for pidfile before attempting 'exit'. If pidfile does > not exist, we cannot cleanly exit so kill process. Hi Mark, It looks like the commit message needs update, otherwise the patch looks okay to me. fbl > > Signed-off-by: Ma

[ovs-dev] [PATCH v2 2/4] ovs-ctl: Check for ovs-monitor-ipsec pidfile before exit

2020-12-24 Thread Mark Gray
Check for pidfile before attempting 'exit'. If pidfile does not exist, we cannot cleanly exit so kill process. Signed-off-by: Mark Gray Acked-by: Eelco Chaudron --- v2: Use 'stop_daemon' utilities/ovs-ctl.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utilities/ovs-c