[ovs-dev] [PATCH] documentation: use correct rundir in INSTALL.Linux to terminate OVS

Ansis Atteka aatteka at nicira.com
Wed Mar 21 18:13:36 UTC 2012


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 <aatteka at nicira.com>
---
 INSTALL.Linux |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/INSTALL.Linux b/INSTALL.Linux
index c0b07d5..0d3c310 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.
 
-- 
1.7.9.1




More information about the dev mailing list