From 012f5c4bd93337ad2445bd0960b85108d867c2da Mon Sep 17 00:00:00 2001 From: Ansis Atteka Date: Wed, 21 Mar 2012 11:11:36 -0700 Subject: [PATCH] documentation: use correct rundir in INSTALL.Linux to terminate OVS This patch fixes a minor documentation flaw where INSTALL.Linux uses incorrect path to find ovsdb-server and ovs-vswitchd PIDs. The default rundir is actually /usr/local/var/run/openvswitch/ instead of /usr/local/var/run/. Signed-off-by: Ansis Atteka --- INSTALL.Linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.Linux b/INSTALL.Linux index c0b07d528..0d3c31025 100644 --- a/INSTALL.Linux +++ b/INSTALL.Linux @@ -302,7 +302,7 @@ also upgrade the database schema: 1. Stop the Open vSwitch daemons, e.g.: - % kill `cd /usr/local/var/run && cat ovsdb-server.pid ovs-vswitchd.pid` + % kill `cd /usr/local/var/run/openvswitch && cat ovsdb-server.pid ovs-vswitchd.pid` 2. Install the new Open vSwitch release. -- 2.43.0