INN commit: trunk (4 files)
INN Commit
Russ_Allbery at isc.org
Thu Sep 20 21:01:12 UTC 2007
Date: Thursday, September 20, 2007 @ 14:01:12
Author: iulius
Revision: 7687
Change @bindir@ to <pathbin> (or equivalent) in comments.
It will be more homogeneous with the rest of INN.
Modified:
trunk/backends/news2mail.in
trunk/control/controlbatch.in
trunk/control/controlchan.in
trunk/frontends/scanspool.in
-------------------------+
backends/news2mail.in | 4 ++--
control/controlbatch.in | 4 ++--
control/controlchan.in | 2 +-
frontends/scanspool.in | 8 ++++----
4 files changed, 9 insertions(+), 9 deletions(-)
Modified: backends/news2mail.in
===================================================================
--- backends/news2mail.in 2007-09-20 20:53:16 UTC (rev 7686)
+++ backends/news2mail.in 2007-09-20 21:01:12 UTC (rev 7687)
@@ -10,7 +10,7 @@
# it down sendmail's throat.
#
# This program expect to find a file that maps listname to listaddrs,
-# @sysconfdir@/news2mail.cf
+# <pathetc>/news2mail.cf
# which must contain address mapping pairs such as
#
# big-red-ants at ucsd.edu big-red-ants-digest at ucsd.edu
@@ -22,7 +22,7 @@
# the article to.
#
# In the INN newsfeeds file, you need to have a channel feed:
-# n2m!:!*:Tc,Ac,Wn*:@bindir@/news2mail
+# n2m!:!*:Tc,Ac,Wn*:<pathbin>/news2mail
# and a site for each of the various mailing lists you're feeding,
# such as
# big-red-ants at ucsd.edu:rec.pets.redants.*:Tm:n2m!
Modified: control/controlbatch.in
===================================================================
--- control/controlbatch.in 2007-09-20 20:53:16 UTC (rev 7686)
+++ control/controlbatch.in 2007-09-20 21:01:12 UTC (rev 7687)
@@ -18,7 +18,7 @@
# If you're doing the channel thing, you might want to put something
# like this in your crontab to do a cleanup in the wee hours:
#
-# 00 04 * * * @bindir@/controlbatch
+# 00 04 * * * <pathbin>/controlbatch
#
########################################################################
#
@@ -32,7 +32,7 @@
#
# And, a crontab entry something like this:
#
-# 30 * * * * @bindir@/controlbatch
+# 30 * * * * <pathbin>/controlbatch
#
########################################################################
Modified: control/controlchan.in
===================================================================
--- control/controlchan.in 2007-09-20 20:53:16 UTC (rev 7686)
+++ control/controlchan.in 2007-09-20 21:01:12 UTC (rev 7687)
@@ -27,7 +27,7 @@
## controlchan!\
## :!*,control,control.*,!control.cancel\
## :Tc,Wnsm\
-## :@bindir@/controlchan
+## :<pathbin>/controlchan
require 5.004_03;
use strict;
Modified: frontends/scanspool.in
===================================================================
--- frontends/scanspool.in 2007-09-20 20:53:16 UTC (rev 7686)
+++ frontends/scanspool.in 2007-09-20 21:01:12 UTC (rev 7687)
@@ -7,13 +7,13 @@
#
# This code is placed in the public domain.
#
-# scanspool - perform a big scan over all articles in @SPOOLDIR@/articles
+# scanspool - Perform a big scan over all articles in <patharticles>
#
# usage:
# scanspool [-a active_file] [-s spool_dir] [-v] [-c] [-n]
#
-# -a active_file active file to use (default @DBDIR@/active)
-# -s spool_dir spool tree (default @SPOOLDIR@/articles)
+# -a active_file active file to use (default <pathdb>/active)
+# -s spool_dir spool tree (default <patharticles>)
# -v verbose mode
# verbose messages begin with a tab
# show articles found in non-active directories
@@ -302,7 +302,7 @@
# lost+found will also be ignored.
#
# given:
-# $spooldir - top of @SPOOLDIR@/articles tree
+# $spooldir - top of <patharticles> tree
#
sub check_spool
{
More information about the inn-committers
mailing list