diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-12-11 03:44:39 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-12-11 03:44:39 +0000 |
commit | c329a57e362db49dd2b68d101b3739c6c171bf1a (patch) | |
tree | af4aba887d6b3511282880dbf36823b7ccb342ef /net-misc/openvswitch | |
parent | Fix build for USE=doc (diff) | |
download | gentoo-2-c329a57e362db49dd2b68d101b3739c6c171bf1a.tar.gz gentoo-2-c329a57e362db49dd2b68d101b3739c6c171bf1a.tar.bz2 gentoo-2-c329a57e362db49dd2b68d101b3739c6c171bf1a.zip |
final fix for bug 491238
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'net-misc/openvswitch')
-rw-r--r-- | net-misc/openvswitch/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/openvswitch/files/ovsdb-server_conf2 | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/openvswitch/ChangeLog b/net-misc/openvswitch/ChangeLog index 530b7711891e..edc3ff5a4d66 100644 --- a/net-misc/openvswitch/ChangeLog +++ b/net-misc/openvswitch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/openvswitch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v 1.18 2013/12/11 03:05:13 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v 1.19 2013/12/11 03:44:39 prometheanfire Exp $ + + 11 Dec 2013; Matthew Thode <prometheanfire@gentoo.org> + files/ovsdb-server_conf2: + final fix for bug 491238 11 Dec 2013; Matthew Thode <prometheanfire@gentoo.org> +files/prevent-traceback.patch, openvswitch-2.0.0.ebuild: diff --git a/net-misc/openvswitch/files/ovsdb-server_conf2 b/net-misc/openvswitch/files/ovsdb-server_conf2 index dadbf13501a0..97367b9717e7 100644 --- a/net-misc/openvswitch/files/ovsdb-server_conf2 +++ b/net-misc/openvswitch/files/ovsdb-server_conf2 @@ -2,7 +2,7 @@ DB_SOCKET="/var/run/openvswitch/db.sock" # Remote sockets are defined in the database by default -REMOTE_DB="db:Open_vSwitch,manager_options" +REMOTE_DB="db:Open_vSwitch,Open_vSwitch,manager_options" # All certificates and keys are stored in the database (if any) PRIVATE_KEY="db:Open_vSwitch,SSL,private_key" |