Skip to content

Commit 37ea643

Browse files
author
Justin Pettit
committed
Adjust Open vSwitch mailing lists to reflect reality
We've gone through a couple of iterations for names of these mailing lists. Currently, there are three: announce, discuss, and git. There are aliases that point "bugs" and "dev" to the "discuss" mailing list. This commit drops the "ovs-" prefix to mailing lists, since we're not using them.
1 parent cfe7c1f commit 37ea643

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

INSTALL.Linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@ complete.
168168
Bug Reporting
169169
-------------
170170

171-
Please report problems to ovs-bugs@openvswitch.org.
171+
Please report problems to bugs@openvswitch.org.

INSTALL.SSL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,4 @@ configured, so for security you should use only "ssl:" connections.
314314
Reporting Bugs
315315
--------------
316316

317-
Please report problems to ovs-bugs@openvswitch.org.
317+
Please report problems to bugs@openvswitch.org.

INSTALL.XenServer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ rebooted as soon as possible.
6767
Reporting Bugs
6868
--------------
6969

70-
Please report problems to ovs-bugs@openvswitch.org.
70+
Please report problems to bugs@openvswitch.org.

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ the manpages.
7878
Contact
7979
-------
8080

81-
ovs-bugs@openvswitch.org
81+
bugs@openvswitch.org
8282
http://openvswitch.org/

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
AC_PREREQ(2.60)
16-
AC_INIT(openvswitch, 0.90.1, ovs-bugs@openvswitch.org)
16+
AC_INIT(openvswitch, 0.90.1, bugs@openvswitch.org)
1717
NX_BUILDNR
1818
AC_CONFIG_SRCDIR([datapath/datapath.c])
1919
AC_CONFIG_MACRO_DIR([m4])

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ openvswitch (0.90.0) unstable; urgency=low
22

33
* Development version.
44

5-
-- Open vSwitch developers <ovs-dev@openvswitch.org> Mon, 19 Nov 2007 14:57:52 -0800
5+
-- Open vSwitch developers <dev@openvswitch.org> Mon, 19 Nov 2007 14:57:52 -0800

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: openvswitch
22
Section: net
33
Priority: extra
4-
Maintainer: Open vSwitch developers <ovs-dev@openvswitch.org>
4+
Maintainer: Open vSwitch developers <dev@openvswitch.org>
55
Build-Depends: debhelper (>= 5), autoconf (>= 2.60), automake1.10, libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, libncurses5-dev, libpcre3-dev
66
Standards-Version: 3.7.3
77

debian/control.modules.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: openvswitch
22
Section: net
33
Priority: extra
4-
Maintainer: Open vSwitch developers <ovs-dev@openvswitch.org>
4+
Maintainer: Open vSwitch developers <dev@openvswitch.org>
55
Build-Depends: debhelper (>= 5.0.37)
66
Standards-Version: 3.7.3
77

debian/po/templates.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
10-
"Report-Msgid-Bugs-To: ovs-dev@openvswitch.org\n"
10+
"Report-Msgid-Bugs-To: dev@openvswitch.org\n"
1111
"POT-Creation-Date: 2009-05-11 13:38-0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"

0 commit comments

Comments
 (0)