INN commit: branches/2.4 (site site/.cvsignore site/Makefile)

INN Commit Russ_Allbery at isc.org
Mon Jun 23 05:48:49 UTC 2008


    Date: Sunday, June 22, 2008 @ 22:48:49
  Author: iulius
Revision: 7907

Install nnrpd.py which previously was not.

Modified:
  branches/2.4/site/	(properties)
  branches/2.4/site/.cvsignore
  branches/2.4/site/Makefile

------------+
 .cvsignore |    1 +
 Makefile   |    7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)


Property changes on: branches/2.4/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_access.py
nnrpd_auth.pl
nnrpd_auth.py
nnrpd_dynamic.py
nntpsend.ctl
ovdb.conf
overview.fmt
passwd.nntp
radius.conf
readers.conf
sasl.conf
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.py
nnrpd.track
nnrpd_access.pl
nnrpd_access.py
nnrpd_auth.pl
nnrpd_auth.py
nnrpd_dynamic.py
nntpsend.ctl
ovdb.conf
overview.fmt
passwd.nntp
radius.conf
readers.conf
sasl.conf
startup.tcl
startup_innd.pl
storage.conf
subscriptions
update


Modified: site/.cvsignore
===================================================================
--- site/.cvsignore	2008-06-23 05:44:49 UTC (rev 7906)
+++ site/.cvsignore	2008-06-23 05:48:49 UTC (rev 7907)
@@ -22,6 +22,7 @@
 news2mail.cf
 newsfeeds
 newsgroups.minimal
+nnrpd.py
 nnrpd.track
 nnrpd_access.pl
 nnrpd_access.py

Modified: site/Makefile
===================================================================
--- site/Makefile	2008-06-23 05:44:49 UTC (rev 7906)
+++ site/Makefile	2008-06-23 05:48:49 UTC (rev 7907)
@@ -20,6 +20,7 @@
 PATH_TCL_FILTER		= ${PATHFILTER}/filter.tcl
 PATH_PYTHON_FILTER_INND = ${PATHFILTER}/filter_innd.py
 PATH_PYTHON_INN_MODULE  = ${PATHFILTER}/INN.py
+PATH_PYTHON_NNRPD_MODULE= ${PATHFILTER}/nnrpd.py
 PATH_NNRPAUTH           = ${PATHFILTER}/nnrpd_auth.pl
 PATH_NNRPYAUTH          = ${PATHFILTER}/nnrpd_auth.py
 PATH_NNRPACCESS         = ${PATHFILTER}/nnrpd_access.pl
@@ -63,7 +64,7 @@
 	innwatch.ctl distrib.pats actsync.cfg actsync.ign \
 	motd.news storage.conf cycbuff.conf buffindexed.conf \
 	innfeed.conf startup_innd.pl filter_innd.pl filter_nnrpd.pl \
-	filter_innd.py INN.py \
+	filter_innd.py INN.py nnrpd.py \
 	startup.tcl filter.tcl nnrpd_auth.pl nnrpd_access.pl \
 	nnrpd_access.py nnrpd_dynamic.py \
         news2mail.cf readers.conf \
@@ -85,7 +86,7 @@
 	$D$(PATH_INNFEEDCTL) $D$(PATH_PERL_STARTUP_INND) \
 	$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$(PATH_TCL_STARTUP) $D$(PATH_TCL_FILTER) $D$(PATH_PYTHON_NNRPD_MODULE) \
 	$D$(PATH_NNRPAUTH) $D$(PATHETC)/news2mail.cf $D$(PATH_READERSCONF) \
 	$D$(PATH_RADIUS_CONF) $D$(PATH_NNRPYAUTH) $D$(PATH_OVDB_CONF) \
 	$D$(PATH_NNRPYACCESS) $D$(PATH_NNRPYDYNAMIC) \
@@ -195,6 +196,7 @@
 $D$(PATH_PERL_FILTER_NNRPD): filter_nnrpd.pl ; $(COPY_RPUB) $? $@
 $D$(PATH_PYTHON_FILTER_INND): filter_innd.py ; $(COPY_RPUB) $? $@
 $D$(PATH_PYTHON_INN_MODULE): INN.py ;	$(COPY_RPUB) $? $@
+$D$(PATH_PYTHON_NNRPD_MODULE): nnrpd.py ;   $(COPY_RPUB) $? $@
 $D$(PATH_TCL_STARTUP): startup.tcl	; $(COPY_RPUB) $? $@
 $D$(PATH_TCL_FILTER): filter.tcl	; $(COPY_RPUB) $? $@
 $D$(PATH_NNRPAUTH): nnrpd_auth.pl       ; $(COPY_RPUB) $? $@
@@ -236,6 +238,7 @@
 filter_nnrpd.pl: ../samples/filter_nnrpd.pl	; $(COPY) $? $@
 filter_innd.py:	../samples/filter_innd.py	; $(COPY) $? $@
 INN.py:		../samples/INN.py		; $(COPY) $? $@
+nnrpd.py:       ../samples/nnrpd.py             ; $(COPY) $? $@
 incoming.conf:	../samples/incoming.conf	; $(COPY) $? $@
 inn.conf:	../samples/inn.conf		; $(COPY) $? $@
 innreport.conf:	../samples/innreport.conf	; $(COPY) $? $@



More information about the inn-committers mailing list