INN commit: trunk (innd/rc.c samples/incoming.conf)
INN Commit
Russ_Allbery at isc.org
Mon Nov 24 07:25:20 UTC 2008
Date: Sunday, November 23, 2008 @ 23:25:19
Author: iulius
Revision: 8191
incoming.conf has more than just names and addresses and use a more
general short description.
Modified:
trunk/innd/rc.c
trunk/samples/incoming.conf
-----------------------+
innd/rc.c | 9 +++++----
samples/incoming.conf | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
Modified: innd/rc.c
===================================================================
--- innd/rc.c 2008-11-23 21:42:32 UTC (rev 8190)
+++ innd/rc.c 2008-11-24 07:25:19 UTC (rev 8191)
@@ -1520,7 +1520,7 @@
}
/*
-** Write the incoming configuration (memory->disk)
+** Write the incoming configuration (memory->disk).
*/
static void UNUSED
RCwritelist(char *filename)
@@ -1545,8 +1545,9 @@
if (*p == '/')
q = p + 1;
- fprintf (F, "## $Revision$\n");
- fprintf (F, "## %s - names and addresses that feed us news\n", q);
+ fprintf (F, "## $Id$\n");
+ fprintf (F, "##\n");
+ fprintf (F, "## %s -- Configuration of incoming news feeds\n", q);
free(r);
fprintf (F, "##\n\n");
@@ -1652,7 +1653,7 @@
fputc ('\n', F);
break;
default:
- fprintf(F, "# ***ERROR***\n");
+ fprintf(F, "## ***ERROR***\n");
}
}
if (Fclose(F) == EOF)
Modified: samples/incoming.conf
===================================================================
--- samples/incoming.conf 2008-11-23 21:42:32 UTC (rev 8190)
+++ samples/incoming.conf 2008-11-24 07:25:19 UTC (rev 8191)
@@ -1,6 +1,6 @@
## $Id$
##
-## incoming.conf -- names and addresses that feed us news
+## incoming.conf -- Configuration of incoming news feeds
##
## This file consists of three types of entries: key/value, peer and group.
## Comments are taken from the hash character "#" to the end of the line.
More information about the inn-committers
mailing list