INN commit: branches/2.5/frontends (Makefile pullnews.in)

INN Commit rra at isc.org
Tue Aug 9 17:24:24 UTC 2011


    Date: Tuesday, August 9, 2011 @ 10:24:23
  Author: iulius
Revision: 9330

declare the use of INN::Config in pullnews

Backport part of commit 9100 to commit 9304.
Commit 9100 was designed for INN 2.6.0 only but later commit 9304
added a shared part of commit 9100 for INN 2.5.3 (still not released).
Backport that shared part.

Many thanks to Florian Schlichting for the bug report.

Modified:
  branches/2.5/frontends/Makefile
  branches/2.5/frontends/pullnews.in

-------------+
 Makefile    |    2 +-
 pullnews.in |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

Modified: Makefile
===================================================================
--- Makefile	2011-08-06 21:11:45 UTC (rev 9329)
+++ Makefile	2011-08-09 17:24:23 UTC (rev 9330)
@@ -103,7 +103,7 @@
 cnfsheadconf:	cnfsheadconf.in  $(FIX)	; $(FIX) cnfsheadconf.in
 cnfsstat:	cnfsstat.in      $(FIX)	; $(FIX) cnfsstat.in
 mailpost:	mailpost.in      $(FIX)	; $(FIX) mailpost.in
-pullnews:	pullnews.in      $(FIX)	; $(FIX) -i pullnews.in
+pullnews:	pullnews.in      $(FIX)	; $(FIX) pullnews.in
 scanspool:	scanspool.in     $(FIX)	; $(FIX) scanspool.in
 
 bunbatch: Makefile ../Makefile.global

Modified: pullnews.in
===================================================================
--- pullnews.in	2011-08-06 21:11:45 UTC (rev 9329)
+++ pullnews.in	2011-08-09 17:24:23 UTC (rev 9330)
@@ -1,4 +1,6 @@
 #! /usr/bin/perl -w
+# use lib '@LIBPERLDIR@'; use INN::Config;
+# If running inside INN, uncomment the above and point to INN::Config.
 #
 # Author:       James Brister <brister at vix.com> -- berkeley-unix --
 # Start Date:   Sat, 10 Oct 1998 21:40:11 +0200




More information about the inn-committers mailing list