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 <aatt...@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 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev