INN commit: trunk (12 files)

INN Commit Russ_Allbery at isc.org
Fri Apr 11 19:01:42 UTC 2008


    Date: Friday, April 11, 2008 @ 12:01:42
  Author: iulius
Revision: 7758

Add brackets around mail addresses.

Modified:
  trunk/TODO
  trunk/authprogs/auth_krb5.c
  trunk/contrib/README
  trunk/control/gpgverify.in
  trunk/control/signcontrol.in
  trunk/doc/history-innfeed
  trunk/doc/pod/fastrm.pod
  trunk/doc/pod/hook-perl.pod
  trunk/doc/pod/hook-python.pod
  trunk/doc/pod/moderators.pod
  trunk/samples/moderators
  trunk/support/mksnapshot

-------------------------+
 TODO                    |    2 +-
 authprogs/auth_krb5.c   |    2 +-
 contrib/README          |    2 +-
 control/gpgverify.in    |    2 +-
 control/signcontrol.in  |    2 +-
 doc/history-innfeed     |    2 +-
 doc/pod/fastrm.pod      |    2 +-
 doc/pod/hook-perl.pod   |    4 ++--
 doc/pod/hook-python.pod |    2 +-
 doc/pod/moderators.pod  |    2 +-
 samples/moderators      |    2 +-
 support/mksnapshot      |    4 ++--
 12 files changed, 14 insertions(+), 14 deletions(-)

Modified: TODO
===================================================================
--- TODO	2008-04-11 19:01:17 UTC (rev 7757)
+++ TODO	2008-04-11 19:01:42 UTC (rev 7758)
@@ -2,7 +2,7 @@
 of INN that need work, and other tasks yet undone.  Some of these may be
 in progress, in which case the person working on them will be noted in
 square brackets and should be contacted if you want to help.  Otherwise,
-let inn-workers at isc.org know if you'd like to work on any item listed
+let <inn-workers at isc.org> know if you'd like to work on any item listed
 below.
 
 The list is divided into changes already tentatively scheduled for a

Modified: authprogs/auth_krb5.c
===================================================================
--- authprogs/auth_krb5.c	2008-04-11 19:01:17 UTC (rev 7757)
+++ authprogs/auth_krb5.c	2008-04-11 19:01:42 UTC (rev 7758)
@@ -185,7 +185,7 @@
 
     /* Must have a username/password, and no '@' in the address.  @ checking
       is there to prevent authentication against another Kerberos realm; there
-      should be a -r <realm> commandline option to make this check unnecessary
+      should be a -r <realm> command line option to make this check unnecessary
       in the future. */
     if (authinfo == NULL)
         die("no authentication information from nnrpd");

Modified: contrib/README
===================================================================
--- contrib/README	2008-04-11 19:01:17 UTC (rev 7757)
+++ contrib/README	2008-04-11 19:01:42 UTC (rev 7758)
@@ -8,7 +8,7 @@
 
 Volunteers who would like to take particularly useful applications in this
 directory and make them suitable for inclusion in INN proper are heartily
-encouraged, but discuss this on inn-workers at isc.org.  Sometimes there's a
+encouraged, but discuss this on <inn-workers at isc.org>.  Sometimes there's a
 reason why this hasn't already been done or something specific that's
 needed before they can be included.
 

Modified: control/gpgverify.in
===================================================================
--- control/gpgverify.in	2008-04-11 19:01:17 UTC (rev 7757)
+++ control/gpgverify.in	2008-04-11 19:01:42 UTC (rev 7758)
@@ -1,7 +1,7 @@
 #! /usr/bin/perl -w
 # fixscript will replace this line with code to load INN::Config
 
-# written April 1996, tale at isc.org (David C Lawrence)
+# written April 1996, <tale at isc.org> (David C Lawrence)
 # mostly rewritten 2001-03-21 by Marco d'Itri <md at linux.it>
 #
 # requirements:

Modified: control/signcontrol.in
===================================================================
--- control/signcontrol.in	2008-04-11 19:01:17 UTC (rev 7757)
+++ control/signcontrol.in	2008-04-11 19:01:42 UTC (rev 7758)
@@ -1,5 +1,5 @@
 #! /usr/bin/perl -w
-# written April 1996, tale at isc.org (David C Lawrence)
+# written April 1996, <tale at isc.org> (David C Lawrence)
 # Currently maintained by Russ Allbery <rra at stanford.edu>
 # Version 1.8, 2003-07-06
 #

Modified: doc/history-innfeed
===================================================================
--- doc/history-innfeed	2008-04-11 19:01:17 UTC (rev 7757)
+++ doc/history-innfeed	2008-04-11 19:01:42 UTC (rev 7758)
@@ -380,7 +380,7 @@
 
 
 Any compliments, complaints, requests, porting issues etc. should go to
-inn-bugs at isc.org.
+<inn-bugs at isc.org>.
 
 Many thanks to the following people for extra help (above and beyond the
 call of duty) with pateches, beta testing and/or suggestions:

Modified: doc/pod/fastrm.pod
===================================================================
--- doc/pod/fastrm.pod	2008-04-11 19:01:17 UTC (rev 7757)
+++ doc/pod/fastrm.pod	2008-04-11 19:01:42 UTC (rev 7758)
@@ -178,7 +178,7 @@
 
 =head1 HISTORY
 
-B<fastrm> was originally written by kre at munnari.oz.au.  This manual page
+B<fastrm> was originally written by <kre at munnari.oz.au>.  This manual page
 rewritten in POD by Russ Allbery <rra at stanford.edu> for InterNetNews.
 
 $Id$

Modified: doc/pod/hook-perl.pod
===================================================================
--- doc/pod/hook-perl.pod	2008-04-11 19:01:17 UTC (rev 7757)
+++ doc/pod/hook-perl.pod	2008-04-11 19:01:42 UTC (rev 7758)
@@ -5,7 +5,7 @@
 This file documents INN's built-in support for Perl filtering and reader
 authentication.  The code is based very heavily on work by Christophe
 Wolfhugel <wolf at pasteur.fr>, and his work was in turn inspired by the
-existing TCL support.  Please send any bug reports to inn-bugs at isc.org,
+existing TCL support.  Please send any bug reports to <inn-bugs at isc.org>,
 not to Christophe, as the code has been modified heavily since he
 originally wrote it.
 
@@ -342,7 +342,7 @@
 
 The old authentication functionality has been combined with the new
 readers.conf mechanism by Erik Klavon <erik at eriq.org>; bug reports
-should however go to inn-bugs at isc.org, not Erik.
+should however go to <inn-bugs at isc.org>, not Erik.
 
 The remainder of this section is an introduction to the new mechanism
 (which uses the perl_auth: and perl_access: F<readers.conf> parameters)

Modified: doc/pod/hook-python.pod
===================================================================
--- doc/pod/hook-python.pod	2008-04-11 19:01:17 UTC (rev 7757)
+++ doc/pod/hook-python.pod	2008-04-11 19:01:42 UTC (rev 7758)
@@ -265,7 +265,7 @@
 
 The old authentication and access control functionality has been
 combined with the new readers.conf mechanism by Erik Klavon
-<erik at eriq.org>; bug reports should however go to inn-bugs at isc.org,
+<erik at eriq.org>; bug reports should however go to <inn-bugs at isc.org>,
 not Erik.
 
 The remainder of this section is an introduction to the new mechanism

Modified: doc/pod/moderators.pod
===================================================================
--- doc/pod/moderators.pod	2008-04-11 19:01:17 UTC (rev 7757)
+++ doc/pod/moderators.pod	2008-04-11 19:01:42 UTC (rev 7758)
@@ -39,7 +39,7 @@
 forwarding tasks for all world-wide newsgroups so that individual sites
 don't have to keep track of the submission addresses for moderated groups.
 The forwarding database used by moderators.isc.org is coordinated by
-moderators-request at isc.org; if you know of a world-wide newsgroup
+<moderators-request at isc.org>; if you know of a world-wide newsgroup
 hierarchy that is not correctly handled by moderators.isc.org, please send
 the details to that address.
 

Modified: samples/moderators
===================================================================
--- samples/moderators	2008-04-11 19:01:17 UTC (rev 7757)
+++ samples/moderators	2008-04-11 19:01:42 UTC (rev 7758)
@@ -5,7 +5,7 @@
 ##  Whenever possible, the master moderator database at moderators.isc.org
 ##  should be used rather than adding specific entries to this file.  The
 ##  master database will list any publically propagated moderated group;
-##  changes should be sent to moderators-request at isc.org.
+##  changes should be sent to <moderators-request at isc.org>.
 ##
 ##  Exceptions listed in this file are mostly hierarchies for which the
 ##  master database isn't accurate or updated quickly enough.  Local

Modified: support/mksnapshot
===================================================================
--- support/mksnapshot	2008-04-11 19:01:17 UTC (rev 7757)
+++ support/mksnapshot	2008-04-11 19:01:42 UTC (rev 7758)
@@ -41,11 +41,11 @@
 
 This code should be considered experimental.  Only a default compile and
 automated testing is done before it is made available.  If it breaks, we'd
-like to know at inn-bugs at isc.org, but if it causes your system to explode,
+like to know at <inn-bugs at isc.org>, but if it causes your system to explode,
 don't blame us.
 
 If you are using this code, it's highly recommended that you be on the
-inn-workers at isc.org mailing list.  See README for more information.
+<inn-workers at isc.org> mailing list.  See README for more information.
 EOF
 
 make snapshot SNAPSHOT="$tree" SNAPDATE="$date"



More information about the inn-committers mailing list