Send inn-committers mailing list submissions to inn-committers@lists.isc.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.isc.org/mailman/listinfo/inn-committers or, via email, send a message with subject or body 'help' to inn-committers-requ...@lists.isc.org You can reach the person managing the list at inn-committers-ow...@lists.isc.org When replying, please edit your Subject line so it is more specific than "Re: Contents of inn-committers digest..." Today's Topics: 1. INN commit: trunk (doc/pod/sendinpaths.pod innd/rc.c) (INN Commit) 2. INN commit: branches/2.5 (doc/pod/sendinpaths.pod innd/rc.c) (INN Commit) ---------------------------------------------------------------------- Message: 1 Date: Sun, 16 Mar 2014 06:23:47 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: trunk (doc/pod/sendinpaths.pod innd/rc.c) Message-ID: <20140316132347.4be5167...@hope.eyrie.org> Date: Sunday, March 16, 2014 @ 06:23:46 Author: iulius Revision: 9624 Fix typo (two "d" in "address") Also remove the top1000.org domain that no longer exists. Modified: trunk/doc/pod/sendinpaths.pod trunk/innd/rc.c -------------------------+ doc/pod/sendinpaths.pod | 8 +++++--- innd/rc.c | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) Modified: doc/pod/sendinpaths.pod =================================================================== --- doc/pod/sendinpaths.pod 2014-03-15 22:29:46 UTC (rev 9623) +++ doc/pod/sendinpaths.pod 2014-03-16 13:23:46 UTC (rev 9624) @@ -66,10 +66,12 @@ =item I<address> ... E-mail the report to the mentioned address or addresses, instead of the -default one. Several addresses can be used, separated by whitespace. -For instance, for two adresses: +default one. Several addresses can be used, separated by whitespace +(sending the e-mail to your own e-mail address can be useful for +debugging purpose, to check that everything works fine). For instance, +for two addresses: - sendinpaths pathsur...@top1000.org top1...@anthologeek.net + sendinpaths pathsur...@example.org top1...@anthologeek.net =back Modified: innd/rc.c =================================================================== --- innd/rc.c 2014-03-15 22:29:46 UTC (rev 9623) +++ innd/rc.c 2014-03-16 13:23:46 UTC (rev 9624) @@ -32,7 +32,7 @@ typedef struct _REMOTEHOST { char *Label; /* Peer label */ char *Name; /* Hostname */ - struct sockaddr_storage Address; /* List of ip adresses */ + struct sockaddr_storage Address; /* List of ip addresses */ char *Password; /* Optional password */ char *Identd; /* Optional identd */ bool Streaming; /* Streaming allowed ? */ ------------------------------ Message: 2 Date: Sun, 16 Mar 2014 06:24:22 -0700 (PDT) From: INN Commit <r...@isc.org> To: inn-committ...@isc.org Subject: INN commit: branches/2.5 (doc/pod/sendinpaths.pod innd/rc.c) Message-ID: <20140316132422.9274867...@hope.eyrie.org> Date: Sunday, March 16, 2014 @ 06:24:22 Author: iulius Revision: 9625 Fix typo (two "d" in "address") Also remove the top1000.org domain that no longer exists. Modified: branches/2.5/doc/pod/sendinpaths.pod branches/2.5/innd/rc.c -------------------------+ doc/pod/sendinpaths.pod | 8 +++++--- innd/rc.c | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) Modified: doc/pod/sendinpaths.pod =================================================================== --- doc/pod/sendinpaths.pod 2014-03-16 13:23:46 UTC (rev 9624) +++ doc/pod/sendinpaths.pod 2014-03-16 13:24:22 UTC (rev 9625) @@ -66,10 +66,12 @@ =item I<address> ... E-mail the report to the mentioned address or addresses, instead of the -default one. Several addresses can be used, separated by whitespace. -For instance, for two adresses: +default one. Several addresses can be used, separated by whitespace +(sending the e-mail to your own e-mail address can be useful for +debugging purpose, to check that everything works fine). For instance, +for two addresses: - sendinpaths pathsur...@top1000.org top1...@anthologeek.net + sendinpaths pathsur...@example.org top1...@anthologeek.net =back Modified: innd/rc.c =================================================================== --- innd/rc.c 2014-03-16 13:23:46 UTC (rev 9624) +++ innd/rc.c 2014-03-16 13:24:22 UTC (rev 9625) @@ -32,7 +32,7 @@ typedef struct _REMOTEHOST { char *Label; /* Peer label */ char *Name; /* Hostname */ - struct sockaddr_storage Address; /* List of ip adresses */ + struct sockaddr_storage Address; /* List of ip addresses */ char *Password; /* Optional password */ char *Identd; /* Optional identd */ bool Streaming; /* Streaming allowed ? */ ------------------------------ _______________________________________________ inn-committers mailing list inn-committers@lists.isc.org https://lists.isc.org/mailman/listinfo/inn-committers End of inn-committers Digest, Vol 61, Issue 5 *********************************************