From 6faab0993d2285bace1851bbf0bcb50ee271ffaa Mon Sep 17 00:00:00 2001
From: James P <roampune@gmail.com>
Date: Wed, 26 Jun 2013 15:32:16 -0700
Subject: [PATCH] INSTALL: Add db name to path in the example.

Signed-off-by: James P. <roampune@gmail.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
---
 AUTHORS | 1 +
 INSTALL | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index ebbf7af63..d6203e434 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -41,6 +41,7 @@ Henry Mai               hmai@nicira.com
 Hao Zheng               hzheng@nicira.com
 Ian Campbell            Ian.Campbell@citrix.com
 Isaku Yamahata          yamahata@valinux.co.jp
+James P.                roampune@gmail.com
 James Page              james.page@ubuntu.com
 Jarno Rajahalme         jarno.rajahalme@nsn.com
 Jean Tourrilhes         jt@hpl.hp.com
diff --git a/INSTALL b/INSTALL
index 28bc1a0ff..9ec47635a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -286,10 +286,10 @@ any managers specified in the database itself, and to use the SSL
 configuration in the database:
 
       % ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \
-                     --remote=db:Open_vSwitch,manager_options \
-                     --private-key=db:SSL,private_key \
-                     --certificate=db:SSL,certificate \
-                     --bootstrap-ca-cert=db:SSL,ca_cert \
+                     --remote=db:Open_vSwitch,Open_vSwitch,manager_options \
+                     --private-key=db:Open_vSwitch,SSL,private_key \
+                     --certificate=db:Open_vSwitch,SSL,certificate \
+                     --bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert \
                      --pidfile --detach
 
 (If you built Open vSwitch without SSL support, then omit
-- 
2.47.0