You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/08/31 00:23:46 UTC

svn commit: rev 37222 - spamassassin/trunk/spamd

Author: felicity
Date: Mon Aug 30 15:23:45 2004
New Revision: 37222

Modified:
   spamassassin/trunk/spamd/spamd.raw
Log:
move spamd's P option next to the paranoid option since they're aliases, makes it clearer

Modified: spamassassin/trunk/spamd/spamd.raw
==============================================================================
--- spamassassin/trunk/spamd/spamd.raw	(original)
+++ spamassassin/trunk/spamd/spamd.raw	Mon Aug 30 15:23:45 2004
@@ -158,8 +158,8 @@
   'max-conn-per-child=i'     => \$opt{'max-conn-per-child'},
   'nouser-config|x'          => sub { $opt{'user-config'} = 0 },
   'paranoid!'                => \$opt{'paranoid'},
-  'pidfile|r=s'              => \$opt{'pidfile'},
   'P'                        => \$opt{'paranoid'},
+  'pidfile|r=s'              => \$opt{'pidfile'},
   'port|p=s'                 => \$opt{'port'},
   'Q'                        => \$opt{'setuid-with-sql'},
   'q'                        => \$opt{'sql-config'},