pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/spamassassin print correct path to config files i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb36ca932c47
branches:  trunk
changeset: 463900:cb36ca932c47
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Dec 02 12:36:00 2003 +0000

description:
print correct path to config files in spamd usage message.

diffstat:

 mail/spamassassin/distinfo         |   4 ++--
 mail/spamassassin/patches/patch-ae |  28 ++++++++++++++++++++++++++--
 2 files changed, 28 insertions(+), 4 deletions(-)

diffs (55 lines):

diff -r ed8d6a02a11f -r cb36ca932c47 mail/spamassassin/distinfo
--- a/mail/spamassassin/distinfo        Tue Dec 02 11:40:20 2003 +0000
+++ b/mail/spamassassin/distinfo        Tue Dec 02 12:36:00 2003 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.18 2003/12/01 16:04:40 heinz Exp $
+$NetBSD: distinfo,v 1.19 2003/12/02 12:36:00 grant Exp $
 
 SHA1 (Mail-SpamAssassin-2.60.tar.gz) = 5d42b39430da13443dd94e78a2dad6c2b1c7cb5a
 Size (Mail-SpamAssassin-2.60.tar.gz) = 963215 bytes
 SHA1 (patch-ab) = 9f9d17bd2416584a693ef4757b2211968581983e
-SHA1 (patch-ae) = e87cdced71467baccdc1b6b837a350c6fa7e596f
+SHA1 (patch-ae) = 4067380489f19fcbe76da56aa53fe2c9cdd396ee
 SHA1 (patch-ak) = 1b4669ec7ba136234c7d4be73e7ddfedab523be8
 SHA1 (patch-al) = 75c22289726d3c7e39834cd164ca9f2220969e9e
 SHA1 (patch-aq) = c8401a1e609707754b781a98358b2dd93638840e
diff -r ed8d6a02a11f -r cb36ca932c47 mail/spamassassin/patches/patch-ae
--- a/mail/spamassassin/patches/patch-ae        Tue Dec 02 11:40:20 2003 +0000
+++ b/mail/spamassassin/patches/patch-ae        Tue Dec 02 12:36:00 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ae,v 1.6 2003/11/03 00:56:26 heinz Exp $
+$NetBSD: patch-ae,v 1.7 2003/12/02 12:36:00 grant Exp $
 
---- spamd/spamd.raw.orig       Thu Sep 11 03:05:22 2003
+--- spamd/spamd.raw.orig       2003-09-11 11:05:22.000000000 +1000
 +++ spamd/spamd.raw
 @@ -207,8 +207,8 @@ if ($opt{'auth-ident'}) {
  }
@@ -25,3 +25,27 @@
  
      # Be a nice daemon and chdir() to the root so we don't block any unmount attempts
      chdir '/' or die "Can't chdir to /: $!\n";
+@@ -1341,7 +1342,7 @@ Options:
+  -a, --auto-whitelist, --whitelist  Use auto-whitelists
+  -c, --create-prefs                 Create user preferences files
+  -C path, --configpath=path         Path for default config files
+- --siteconfigpath=path              Path for site configs (def: /etc/mail/spamassassin)
++ --siteconfigpath=path              Path for site configs (def: @@LOCAL_RULES_DIR@@)
+  -d, --daemonize                    Daemonize
+  -h, --help                         Print usage message.
+  -i ipaddr, --listen-ip=ipaddr,...  Listen on the IP ipaddr (default: 127.0.0.1)
+@@ -1416,12 +1417,12 @@ Create user preferences files if they do
+ =item B<-C> I<path>, B<--configpath>=I<path>
+ 
+ Use the specified path for locating the distributed configuration files.
+-Ignore the default directories (usually C</usr/share/spamassassin> or similar).
++Ignore the default directories (usually C<@@DEF_RULES_DIR@@> or similar).
+ 
+ =item B<--siteconfigpath>=I<path>
+ 
+ Use the specified path for locating site-specific configuration files.  Ignore
+-the default directories (usually C</etc/mail/spamassassin> or similar).
++the default directories (usually C<@@LOCAL_RULES_DIR@@> or similar).
+ 
+ =item B<-d>, B<--daemonize>
+ 



Home | Main Index | Thread Index | Old Index