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
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