From c8c2c850d47a6cdaee5afd84c8ebaa03586c1277 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 10 Feb 2015 12:26:56 +1300 Subject: [PATCH] Update mailing list references to point at lists.samba.org The mailing lists are on lists.samba.org, but there are many references that use the shorthand of samba.org Some references to samba@ have been changed to samba-technical@ where this make more sense. Signed-off-by: Andrew Bartlett Reviewed-by: Garming Sam Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Tue Feb 10 07:08:28 CET 2015 on sn-devel-104 --- README.contributing | 2 +- docs-xml/Samba3-ByExample/SBE-Support.xml | 2 +- .../Samba3-Developers-Guide/contributing.xml | 2 +- .../Samba3-Developers-Guide/encryption.xml | 2 +- docs-xml/Samba3-HOWTO/TOSHARG-Support.xml | 2 +- docs-xml/Samba3-HOWTO/TOSHARG-msdfs.xml | 2 +- docs-xml/smbdotconf/tuning/socketoptions.xml | 4 ++-- docs-xml/using_samba/ch09.xml | 20 ++----------------- examples/README | 2 +- packaging/RHEL-CTDB/samba.spec.tmpl | 2 +- packaging/RHEL/samba.spec.tmpl | 2 +- source3/lib/access.c | 2 +- source3/rpc_server/samr/srv_samr_nt.c | 2 +- .../dsdb/samdb/ldb_modules/password_hash.c | 2 +- source4/lib/socket/access.c | 2 +- 15 files changed, 17 insertions(+), 33 deletions(-) diff --git a/README.contributing b/README.contributing index 2d72f0c3c4c3..21678cd8140f 100644 --- a/README.contributing +++ b/README.contributing @@ -3,7 +3,7 @@ How to contribute a patch to Samba Simple, just make the code change, and email it as either a "diff -u" change, or as a "git format-patch" change against the original source -code to samba-technical@samba.org, or attach it to a bug report at +code to samba-technical@lists.samba.org, or attach it to a bug report at http://bugzilla.samba.org For larger code changes, breaking the changes up into a set of simple diff --git a/docs-xml/Samba3-ByExample/SBE-Support.xml b/docs-xml/Samba3-ByExample/SBE-Support.xml index b970bc00f040..73346eaeb6ef 100644 --- a/docs-xml/Samba3-ByExample/SBE-Support.xml +++ b/docs-xml/Samba3-ByExample/SBE-Support.xml @@ -76,7 +76,7 @@ support. Information regarding subscription to the Samba mailing list can be found on the Samba web site. The public mailing list that can be used to obtain free, user contributed, support is called the samba list. The email address for this list - is at mail:samba@samba.org. Information regarding the Samba IRC channels may be found on + is at mail:samba@lists.samba.org. Information regarding the Samba IRC channels may be found on the Samba IRC web page. diff --git a/docs-xml/Samba3-Developers-Guide/contributing.xml b/docs-xml/Samba3-Developers-Guide/contributing.xml index 01e6fb286302..61612d708d59 100644 --- a/docs-xml/Samba3-Developers-Guide/contributing.xml +++ b/docs-xml/Samba3-Developers-Guide/contributing.xml @@ -90,7 +90,7 @@ Send feature patches along with a description of what the patch is supposed to do to the - Samba-technical mailinglist and possibly to a samba team member who is (one of the) 'owners' + Samba-technical mailinglist and possibly to a samba team member who is (one of the) 'owners' of the code you made modifications to. We are all busy people so everybody tends to 'let one of the others handle it'. If nobody responded to your patch for a week, try to send it again until you diff --git a/docs-xml/Samba3-Developers-Guide/encryption.xml b/docs-xml/Samba3-Developers-Guide/encryption.xml index be00beba5d70..a4405a9343de 100644 --- a/docs-xml/Samba3-Developers-Guide/encryption.xml +++ b/docs-xml/Samba3-Developers-Guide/encryption.xml @@ -9,7 +9,7 @@ Samba Team
- samba@samba.org + samba@lists.samba.org
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Support.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Support.xml index b970bc00f040..73346eaeb6ef 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-Support.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-Support.xml @@ -76,7 +76,7 @@ support. Information regarding subscription to the Samba mailing list can be found on the Samba web site. The public mailing list that can be used to obtain free, user contributed, support is called the samba list. The email address for this list - is at mail:samba@samba.org. Information regarding the Samba IRC channels may be found on + is at mail:samba@lists.samba.org. Information regarding the Samba IRC channels may be found on the Samba IRC web page.
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-msdfs.xml b/docs-xml/Samba3-HOWTO/TOSHARG-msdfs.xml index 528f41d8cb66..5924d2c8c87e 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-msdfs.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-msdfs.xml @@ -8,7 +8,7 @@ Samba Team & Veritas Software
- samba@samba.org + samba@lists.samba.org
diff --git a/docs-xml/smbdotconf/tuning/socketoptions.xml b/docs-xml/smbdotconf/tuning/socketoptions.xml index 3417c220c08b..213ff167ff57 100644 --- a/docs-xml/smbdotconf/tuning/socketoptions.xml +++ b/docs-xml/smbdotconf/tuning/socketoptions.xml @@ -41,8 +41,8 @@ "Unknown socket option" when you supply an option. This means you either incorrectly typed it or you need to add an include file to includes.h for your OS. If the latter is the case please - send the patch to - samba-technical@samba.org. + send the patch to + samba-technical@lists.samba.org. Any of the supported socket options may be combined in any way you like, as long as your OS allows it. diff --git a/docs-xml/using_samba/ch09.xml b/docs-xml/using_samba/ch09.xml index 7399acf01120..5130cc35b3ee 100644 --- a/docs-xml/using_samba/ch09.xml +++ b/docs-xml/using_samba/ch09.xml @@ -1925,28 +1925,12 @@ lo0: flags=49<&lt>UP,LOOPBACK,RUNNING<&gt> mailing listsfor SambaThe following are mailing lists for support with Samba. See the Samba homepage, http://www.samba.org/ for information on subscribing and unsubscribing to these mailing lists: - -samba-binaries@samba.org -This mailing list has information on precompiled binaries for the Samba platform. - - - -samba-bugs@samba.org -This mailing list is the place to report suspected bugs in Samba. - - - -samba-ntdom@samba.org -This mailing list has information on support for domains (particularly Windows NT) with the Samba product. - - - -samba-technical@samba.org +samba-technical@lists.samba.org This mailing list maintains debate about where the future of Samba is headed. -samba@samba.org +samba@lists.samba.org This is the primary Samba mailing list that contains general questions and HOW-TO information on Samba. diff --git a/examples/README b/examples/README index 222260671409..6b27eace9321 100644 --- a/examples/README +++ b/examples/README @@ -6,6 +6,6 @@ Samba. At a minimum please refer to the smb.conf.default file for current information regarding global and share parameter settings. -Send additions to: samba@samba.org +Send additions to: samba-technical@lists.samba.org diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl index 056c00f12240..084ed3c76448 100644 --- a/packaging/RHEL-CTDB/samba.spec.tmpl +++ b/packaging/RHEL-CTDB/samba.spec.tmpl @@ -3,7 +3,7 @@ Summary: Samba SMB client and server Vendor: Samba Team -Packager: Samba Team +Packager: Samba Team Name: samba Version: PVERSION Release: 1GITHASH diff --git a/packaging/RHEL/samba.spec.tmpl b/packaging/RHEL/samba.spec.tmpl index ed3799443567..5188fa533443 100644 --- a/packaging/RHEL/samba.spec.tmpl +++ b/packaging/RHEL/samba.spec.tmpl @@ -9,7 +9,7 @@ Summary: Samba SMB client and server Vendor: Samba Team -Packager: Samba Team +Packager: Samba Team Name: samba Version: PVERSION Release: PRELEASEPRPMREV diff --git a/source3/lib/access.c b/source3/lib/access.c index 58db722706a1..ad868fa7f91c 100644 --- a/source3/lib/access.c +++ b/source3/lib/access.c @@ -5,7 +5,7 @@ The code is used here with permission. The code has been considerably changed from the original. Bug reports - should be sent to samba@samba.org + should be sent to samba-technical@lists.samba.org Updated for IPv6 by Jeremy Allison (C) 2007. */ diff --git a/source3/rpc_server/samr/srv_samr_nt.c b/source3/rpc_server/samr/srv_samr_nt.c index 76703d1389c5..0a7a915a1c90 100644 --- a/source3/rpc_server/samr/srv_samr_nt.c +++ b/source3/rpc_server/samr/srv_samr_nt.c @@ -6304,7 +6304,7 @@ NTSTATUS _samr_RemoveMemberFromForeignDomain(struct pipes_struct *p, "global_sam_sid() = %s\n", sid_string_dbg(&dinfo->sid), sid_string_dbg(get_global_sam_sid()))); - DEBUGADD(1,("please report to samba-technical@samba.org!\n")); + DEBUGADD(1,("please report to samba-technical@lists.samba.org!\n")); return NT_STATUS_OK; } diff --git a/source4/dsdb/samdb/ldb_modules/password_hash.c b/source4/dsdb/samdb/ldb_modules/password_hash.c index 13c65c2794b3..d304038346b9 100644 --- a/source4/dsdb/samdb/ldb_modules/password_hash.c +++ b/source4/dsdb/samdb/ldb_modules/password_hash.c @@ -657,7 +657,7 @@ static int setup_kerberos_keys(struct setup_password_fields_io *io) /* Many, many thanks to lukeh@padl.com for this * algorithm, described in his Nov 10 2004 mail to - * samba-technical@samba.org */ + * samba-technical@lists.samba.org */ /* * Determine a salting principal diff --git a/source4/lib/socket/access.c b/source4/lib/socket/access.c index 589797763fcb..adc8105ca9d2 100644 --- a/source4/lib/socket/access.c +++ b/source4/lib/socket/access.c @@ -27,7 +27,7 @@ The code is used here with permission. The code has been considerably changed from the original. Bug reports - should be sent to samba@samba.org + should be sent to samba-technical@lists.samba.org */ #include "includes.h"