Skip to content

Commit

Permalink
documentation: use correct rundir in INSTALL.Linux to terminate OVS
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Ansis Atteka committed Mar 21, 2012
1 parent 3378068 commit 012f5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.Linux
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 012f5c4

Please sign in to comment.