Here is a small patch for ninpaths : - fix the Makefile - update the README to s/-p-d/-p -d/ and do not depend upon ME prefs - add alternate Top1000 submission email in the default params Should ninpaths stay in the contrib dir ? I'd like to see it in 'backends' and installed by default with a commented entry in newsfeeds like overchan, innfeed and archives. -- Fabien Tassin -+- fta@sofaraway.org -- Attached file included as plaintext by Listar -- diff -ur ninpaths.orig/Makefile ninpaths/Makefile --- ninpaths.orig/Makefile Wed Jan 24 09:28:33 2001 +++ ninpaths/Makefile Wed Jan 24 11:26:53 2001 @@ -11,10 +11,10 @@ $(CC) $(CFLAGS) -o $@ $< ninpaths.o: ninpaths.c - $(CC) $(LDLAGS) -o $@ -c $< + $(CC) $(DEFS) $(LDLAGS) -o $@ -c $< sendinpaths: sendinpaths.in - $(UPFIXSCRIPT) sendinpaths + $(UPFIXSCRIPT) sendinpaths.in clean: - rm -f ninpaths *.o *.out core + rm -f ninpaths *.o *.out core sendinpaths diff -ur ninpaths.orig/README ninpaths/README --- ninpaths.orig/README Wed Jan 24 10:03:29 2001 +++ ninpaths/README Wed Jan 24 10:04:59 2001 @@ -8,7 +8,7 @@ A working setup goes as follows: 0. Make a directory MOST_LOGS/path 1. Set up a channel feed like - !inpaths::Tc,WP:/var/lib/news/localbin/ninpaths -p\ + !inpaths:*:Tc,WP:/var/lib/news/localbin/ninpaths -p \ -d MOST_LOGS/path/inpaths.%d if your INN supports WP, else see below. 2. Enter in your crontab: diff -ur ninpaths.orig/sendinpaths.in ninpaths/sendinpaths.in --- ninpaths.orig/sendinpaths.in Wed Jan 24 11:24:52 2001 +++ ninpaths/sendinpaths.in Wed Jan 24 11:25:25 2001 @@ -11,7 +11,7 @@ report=30 keep=14 TMP=tmp$$ -defaddr=pathsurvey@top1000.org +defaddr="pathsurvey@top1000.org top1000@anthologeek.net" trap "rm -f $TMP; trap 0; exit" 0 1 2 15 # Make report from (up to) $report days of dumps