aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.Linux
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-02-23 12:56:31 -0800
committerBen Pfaff <blp@nicira.com>2011-02-23 15:14:42 -0800
commitfbca1e20e84bc34537f0a3db073195f6783fb373 (patch)
treeef835c29b027f9581ba0c940fc9e9e6bbcb6fa1e /INSTALL.Linux
parent4a433a0fc58cd29612d349bf0fc4da73d97d0aed (diff)
ovs-kill: Remove.
This utility isn't used anywhere (except INSTALL.Linux), so remove it. Signed-off-by: Ben Pfaff <blp@nicira.com> Coverity #10708.
Diffstat (limited to 'INSTALL.Linux')
-rw-r--r--INSTALL.Linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.Linux b/INSTALL.Linux
index 103805ae..c46ab555 100644
--- a/INSTALL.Linux
+++ b/INSTALL.Linux
@@ -292,7 +292,7 @@ also upgrade the database schema:
1. Stop the Open vSwitch daemons, e.g.:
- % ovs-kill ovsdb-server.pid ovs-vswitchd.pid
+ % kill `cd /usr/local/var/run && cat ovsdb-server.pid ovs-vswitchd.pid`
2. Install the new Open vSwitch release.