documentation: use correct rundir in INSTALL.Linux to terminate OVS
authorAnsis Atteka <aatteka@nicira.com>
Wed, 21 Mar 2012 18:11:36 +0000 (11:11 -0700)
committerAnsis Atteka <aatteka@nicira.com>
Wed, 21 Mar 2012 18:11:36 +0000 (11:11 -0700)
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@nicira.com>
INSTALL.Linux

index c0b07d5..0d3c310 100644 (file)
@@ -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.