INN commit: trunk (5 files)
INN Commit
Russ_Allbery at isc.org
Thu Aug 30 19:23:19 UTC 2007
Date: Thursday, August 30, 2007 @ 12:23:19
Author: iulius
Revision: 7662
Add a sample file for nocem.ctl.
Update the description for the UUCP feed in newsfeeds.
Added:
trunk/samples/nocem.ctl
Modified:
trunk/MANIFEST
trunk/samples/newsfeeds.in
trunk/site/ (properties)
trunk/site/Makefile
----------------------+
MANIFEST | 1 +
samples/newsfeeds.in | 2 +-
samples/nocem.ctl | 17 +++++++++++++++++
site/Makefile | 5 ++++-
4 files changed, 23 insertions(+), 2 deletions(-)
Modified: MANIFEST
===================================================================
--- MANIFEST 2007-08-30 19:20:38 UTC (rev 7661)
+++ MANIFEST 2007-08-30 19:23:19 UTC (rev 7662)
@@ -632,6 +632,7 @@
samples/nnrpd_auth_wrapper.py Wrapper around old Python auth hooks
samples/nnrpd_dynamic_wrapper.py Wrapper around old Python dynamic hooks
samples/nntpsend.ctl Outgoing nntpsend feed configuration
+samples/nocem.ctl Config file for perl-nocem
samples/ovdb.conf Berkeley DB overview configuration
samples/overview.fmt Format of news overview database
samples/passwd.nntp Passwords for remote connections
Modified: samples/newsfeeds.in
===================================================================
--- samples/newsfeeds.in 2007-08-30 19:20:38 UTC (rev 7661)
+++ samples/newsfeeds.in 2007-08-30 19:23:19 UTC (rev 7662)
@@ -94,7 +94,7 @@
# :*,!junk,!control*/!foo\
# :Tf,Wnm:
-# A UUCP feed, where we try to keep the "batching" between 4K and 1K.
+# A UUCP feed, where we try to keep the "batching" between 4 KB and 1 KB.
# You can use send-uucp(8) to process these batch files.
#ihnp4\
# :*,!junk,!control/!foo\
Added: samples/nocem.ctl
===================================================================
--- samples/nocem.ctl (rev 0)
+++ samples/nocem.ctl 2007-08-30 19:23:19 UTC (rev 7662)
@@ -0,0 +1,17 @@
+## $Id$
+##
+## Configuration file for perl-nocem(8).
+##
+## It specifies the NoCeM issuers and notices you want to follow.
+##
+## Format:
+## issuer:notice1,notice2
+##
+## You also have to properly configure your newsfeeds file and
+## your keyring situated in <pathetc>/pgp/ncmring.gpg.
+##
+## See the perl-nocem man page for more information.
+
+#annihilator-1:*
+#clewis at ferret.ocunix:mmf
+#stephane at asynchrone:mmf,openproxy,spam
Property changes on: trunk/samples/nocem.ctl
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Property changes on: trunk/site
___________________________________________________________________
Name: svn:ignore
- INN.py
active.minimal
actsync.cfg
actsync.ign
buffindexed.conf
config
control.ctl
cycbuff.conf
distrib.pats
expire.ctl
filter.tcl
filter_innd.pl
filter_innd.py
filter_nnrpd.pl
incoming.conf
inn.conf
innfeed.conf
innreport.conf
innwatch.ctl
moderators
motd.news
news2mail.cf
newsfeeds
newsgroups.minimal
nnrpd.track
nnrpd_access.pl
nnrpd_auth.pl
nnrpd_auth.py
nntpsend.ctl
ovdb.conf
overview.fmt
passwd.nntp
radius.conf
readers.conf
sasl.conf
send-uucp.cf
startup.tcl
startup_innd.pl
storage.conf
subscriptions
update
+ INN.py
active.minimal
actsync.cfg
actsync.ign
buffindexed.conf
config
control.ctl
cycbuff.conf
distrib.pats
expire.ctl
filter.tcl
filter_innd.pl
filter_innd.py
filter_nnrpd.pl
incoming.conf
inn.conf
innfeed.conf
innreport.conf
innwatch.ctl
moderators
motd.news
news2mail.cf
newsfeeds
newsgroups.minimal
nnrpd.track
nnrpd_access.pl
nnrpd_auth.pl
nnrpd_auth.py
nntpsend.ctl
nocem.ctl
ovdb.conf
overview.fmt
passwd.nntp
radius.conf
readers.conf
sasl.conf
send-uucp.cf
startup.tcl
startup_innd.pl
storage.conf
subscriptions
update
Modified: site/Makefile
===================================================================
--- site/Makefile 2007-08-30 19:20:38 UTC (rev 7661)
+++ site/Makefile 2007-08-30 19:23:19 UTC (rev 7662)
@@ -60,7 +60,7 @@
motd.news storage.conf cycbuff.conf buffindexed.conf \
innfeed.conf startup_innd.pl filter_innd.pl filter_nnrpd.pl \
filter_innd.py INN.py \
- nnrpd_auth.pl nnrpd_access.pl \
+ nnrpd_auth.pl nnrpd_access.pl nocem.ctl \
news2mail.cf readers.conf \
radius.conf nnrpd_auth.py ovdb.conf active.minimal \
newsgroups.minimal send-uucp.cf subscriptions
@@ -81,6 +81,7 @@
$D$(PATH_PERL_FILTER_INND) $D$(PATH_PERL_FILTER_NNRPD) \
$D$(PATH_PYTHON_FILTER_INND) $D$(PATH_PYTHON_INN_MODULE) \
$D$(PATH_TCL_STARTUP) $D$(PATH_TCL_FILTER) \
+ $D$(PATHETC)/nocem.ctl \
$D$(PATH_NNRPAUTH) $D$(PATHETC)/news2mail.cf $D$(PATH_READERSCONF) \
$D$(PATH_RADIUS_CONF) $D$(PATH_NNRPYAUTH) $D$(PATH_OVDB_CONF) \
$D$(PATH_SENDUUCP_CF) $D$(PATH_SUBSCRIPTIONS) $D$(PATH_NNRPACCESS)
@@ -194,6 +195,7 @@
$D$(PATH_NNRPAUTH): nnrpd_auth.pl ; $(COPY_RPUB) $? $@
$D$(PATH_NNRPACCESS): nnrpd_access.pl ; $(COPY_RPUB) $? $@
$D$(PATH_NNRPYAUTH): nnrpd_auth.py ; $(COPY_RPUB) $? $@
+$D$(PATHETC)/nocem.ctl: nocem.ctl ; $(COPY_RPUB) $? $@
$D$(PATH_ACTSYNC_CFG): actsync.cfg ; $(COPY_RPUB) $? $@
$D$(PATH_ACTSYNC_IGN): actsync.ign ; $(COPY_RPUB) $? $@
$D$(PATH_MOTD): motd.news ; $(COPY_RPUB) $? $@
@@ -241,6 +243,7 @@
newsfeeds: ../samples/newsfeeds ; $(COPY) $? $@
nnrpd.track: ../samples/nnrpd.track ; $(COPY) $? $@
nntpsend.ctl: ../samples/nntpsend.ctl ; $(COPY) $? $@
+nocem.ctl: ../samples/nocem.ctl ; $(COPY) $? $@
overview.fmt: ../samples/overview.fmt ; $(COPY) $? $@
parsecontrol: ../samples/parsecontrol ; $(COPY) $? $@
passwd.nntp: ../samples/passwd.nntp ; $(COPY) $? $@
More information about the inn-committers
mailing list