diff options
author | ale <ale@FreeBSD.org> | 2010-01-17 03:20:17 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-01-17 03:20:17 +0800 |
commit | 930d9f0fb0254845e920c4813fe943cfec408d99 (patch) | |
tree | 972fdb4f9ea23a987d968eb35708581011fd04e7 /mail/sa-utils/files | |
parent | 791c944f17f540f4e4d7eea3c127274daf4e3d75 (diff) | |
download | freebsd-ports-gnome-930d9f0fb0254845e920c4813fe943cfec408d99.tar.gz freebsd-ports-gnome-930d9f0fb0254845e920c4813fe943cfec408d99.tar.zst freebsd-ports-gnome-930d9f0fb0254845e920c4813fe943cfec408d99.zip |
Make sa-compile support conditional.
Submitted by: maintainer
Diffstat (limited to 'mail/sa-utils/files')
-rw-r--r-- | mail/sa-utils/files/sa-utils.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sa-utils/files/sa-utils.in b/mail/sa-utils/files/sa-utils.in index 18e91576b7de..49472b92bffc 100644 --- a/mail/sa-utils/files/sa-utils.in +++ b/mail/sa-utils/files/sa-utils.in @@ -32,7 +32,7 @@ # --channel saupdates.example.com \ # --channel updates.spamassassin.org" # -# daily_sa_compile="YES" +# daily_sa_compile="%%SACOMPILE%%" # run sa-compile to create a compiled form of the filter # rules when new rules are found. Note: this can be time # consuming and CPU intensive. @@ -66,7 +66,7 @@ fi : ${daily_sa_enable="YES"} : ${daily_sa_quiet="NO"} : ${daily_sa_update_flags=""} -: ${daily_sa_compile="YES"} +: ${daily_sa_compile="%%SACOMPILE%%"} : ${daily_sa_compile_flags=""} : ${daily_sa_compile_nice="YES"} : ${daily_sa_compile_nice_flags=""} |