diff options
Diffstat (limited to 'mail/p5-Mail-SpamAssassin/files/patch-sa-compile.raw')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/files/patch-sa-compile.raw | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/p5-Mail-SpamAssassin/files/patch-sa-compile.raw b/mail/p5-Mail-SpamAssassin/files/patch-sa-compile.raw index aa27ed66a606..9b8bdaa0b4e4 100644 --- a/mail/p5-Mail-SpamAssassin/files/patch-sa-compile.raw +++ b/mail/p5-Mail-SpamAssassin/files/patch-sa-compile.raw @@ -1,20 +1,21 @@ --- sa-compile.raw.orig Tue May 1 09:54:33 2007 +++ sa-compile.raw Thu May 3 13:35:23 2007 -@@ -636,7 +636,7 @@ +@@ -643,7 +643,7 @@ -p prefs, --prefspath=file, --prefs-file=file Set user preferences file --siteconfigpath=path Path for site configs - (default: /etc/mail/spamassassin) + (default: @@LOCAL_RULES_DIR@@) + --updatedir=path Directory to place updates +- (default: /var/lib/spamassassin/compiled/<version>) ++ (default: @@LOCAL_STATE_DIR@@/compiled/<version>) --cf='config line' Additional line of configuration - -D, --debug [area=n,...] Print debugging messages - -V, --version Print version -@@ -683,12 +683,12 @@ +@@ -692,12 +692,12 @@ =item B<-C> I<path>, B<--configpath>=I<path>, B<--config-file>=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 <@@DEF_RULES_DIR@@> or similar). ++Ignore the default directories (usually C<@@DEF_RULES_DIR@@> or similar). =item B<--siteconfigpath>=I<path> @@ -22,5 +23,5 @@ -the default directories (usually C</etc/mail/spamassassin> or similar). +the default directories (usually C<@@LOCAL_RULES_DIR@@> or similar). - =item B<--cf='config line'> + =item B<--updatedir> |