[ovs-dev] [PATCH] Update netbsd install doc

Hui Kang hkang.sunysb at gmail.com
Tue Dec 20 18:25:07 UTC 2016


- test ovs on netbsd 7.0.2
- use gmake to compile and install

Signed-off-by: Hui Kang <hkang.sunysb at gmail.com>
---
 Documentation/intro/install/netbsd.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/intro/install/netbsd.rst b/Documentation/intro/install/netbsd.rst
index b32da20..c2c23e5 100644
--- a/Documentation/intro/install/netbsd.rst
+++ b/Documentation/intro/install/netbsd.rst
@@ -42,7 +42,7 @@ information.
 Assuming you are running NetBSD/amd64 6.1.2, you can download and install
 pre-built binary packages as the following::
 
-    $ PKG_PATH=http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/6.1.2/All/
+    $ PKG_PATH=http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/7.0.2/All/
     $ export PKG_PATH
     $ pkg_add automake libtool-base gmake python27 py27-six py27-xml \
         pkg_alternatives
@@ -55,7 +55,8 @@ NetBSD's ``/usr/bin/make`` is not GNU make.  GNU make is installed as
 ``/usr/pkg/bin/gmake`` by the above mentioned ``gmake`` package.
 
 As all executables installed with pkgsrc are placed in ``/usr/pkg/bin/``
-directory, it might be a good idea to add it to your PATH.
+directory, it might be a good idea to add it to your PATH. Or install ovs by
+``gmake`` and ``gmake install``.
 
 Open vSwitch on NetBSD is currently "userspace switch" implementation in the
 sense described in :doc:`userspace` and :doc:`/topics/porting`.
-- 
1.9.1



More information about the dev mailing list