[ovs-dev] [PATCH 1/2] xenserver: Remove stray "\" in spec file

Justin Pettit jpettit at nicira.com
Tue Apr 6 19:40:23 UTC 2010


---
 xenserver/openvswitch-xen.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xenserver/openvswitch-xen.spec b/xenserver/openvswitch-xen.spec
index 1d0c905..5e1bc35 100644
--- a/xenserver/openvswitch-xen.spec
+++ b/xenserver/openvswitch-xen.spec
@@ -202,7 +202,7 @@ if test ! -e /etc/openvswitch/conf.db; then
 
     # Create ovs-vswitchd config database
     ovsdb-tool -vANY:console:emer create /etc/openvswitch/conf.db \
-            /usr/share/openvswitch/vswitch.ovsschema \
+            /usr/share/openvswitch/vswitch.ovsschema
 
     # Create initial table in config database
     ovsdb-tool -vANY:console:emer transact /etc/openvswitch/conf.db \
-- 
1.7.0.3





More information about the dev mailing list