* [gentoo-commits] gentoo-x86 commit in net-misc/openvswitch/files: ovsdb-server_conf2
@ 2013-11-18 3:08 Matt Thode (prometheanfire)
0 siblings, 0 replies; 3+ messages in thread
From: Matt Thode (prometheanfire) @ 2013-11-18 3:08 UTC (permalink / raw
To: gentoo-commits
prometheanfire 13/11/18 03:08:16
Added: ovsdb-server_conf2
Log:
fixing bug 491238
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path
1.1 net-misc/openvswitch/files/ovsdb-server_conf2
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/files/ovsdb-server_conf2?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/files/ovsdb-server_conf2?rev=1.1&content-type=text/plain
Index: ovsdb-server_conf2
===================================================================
# Socket for bringing the server up
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"
CERTIFICATE="db:Open_vSwitch,SSL,certificate"
BOOTSTRAP_CA_CERT="db:Open_vSwitch,SSL,ca_cert"
# Alternative path for the database (default is /etc/openvswitch/conf.db)
# DATABASE="/etc/openvswitch/conf.db"
# Additional options
# OPTIONS=""
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/openvswitch/files: ovsdb-server_conf2
@ 2013-11-25 16:43 Matt Thode (prometheanfire)
0 siblings, 0 replies; 3+ messages in thread
From: Matt Thode (prometheanfire) @ 2013-11-25 16:43 UTC (permalink / raw
To: gentoo-commits
prometheanfire 13/11/25 16:43:10
Modified: ovsdb-server_conf2
Log:
removing brcompat, again
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path
1.2 net-misc/openvswitch/files/ovsdb-server_conf2
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/files/ovsdb-server_conf2?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/files/ovsdb-server_conf2?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/files/ovsdb-server_conf2?r1=1.1&r2=1.2
Index: ovsdb-server_conf2
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/openvswitch/files/ovsdb-server_conf2,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ovsdb-server_conf2 18 Nov 2013 03:08:16 -0000 1.1
+++ ovsdb-server_conf2 25 Nov 2013 16:43:10 -0000 1.2
@@ -3,7 +3,6 @@
# 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"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/openvswitch/files: ovsdb-server_conf2
@ 2013-12-11 3:44 Matt Thode (prometheanfire)
0 siblings, 0 replies; 3+ messages in thread
From: Matt Thode (prometheanfire) @ 2013-12-11 3:44 UTC (permalink / raw
To: gentoo-commits
prometheanfire 13/12/11 03:44:39
Modified: ovsdb-server_conf2
Log:
final fix for bug 491238
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path
1.3 net-misc/openvswitch/files/ovsdb-server_conf2
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/files/ovsdb-server_conf2?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/files/ovsdb-server_conf2?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/files/ovsdb-server_conf2?r1=1.2&r2=1.3
Index: ovsdb-server_conf2
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/openvswitch/files/ovsdb-server_conf2,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ovsdb-server_conf2 25 Nov 2013 16:43:10 -0000 1.2
+++ ovsdb-server_conf2 11 Dec 2013 03:44:39 -0000 1.3
@@ -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"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-11 3:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 16:43 [gentoo-commits] gentoo-x86 commit in net-misc/openvswitch/files: ovsdb-server_conf2 Matt Thode (prometheanfire)
-- strict thread matches above, loose matches on Subject: below --
2013-12-11 3:44 Matt Thode (prometheanfire)
2013-11-18 3:08 Matt Thode (prometheanfire)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox