SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- bin/cron/update_spamassassin.cron.orig Sun Nov 22 07:10:01 2009
+++ bin/cron/update_spamassassin.cron Fri Nov 27 17:30:37 2009
@@ -14,7 +14,7 @@ fi
# the clock. 1800 seconds = 30 minutes.
# Set this to 0 to disable it.
UPDATEMAXDELAY=3600
-MSSAUPDATE=/opt/MailScanner/bin/update_spamassassin
+MSSAUPDATE=%PREFIX%/bin/update_spamassassin
if [ -f /etc/sysconfig/update_spamassassin ] ; then
. /etc/sysconfig/update_spamassassin
fi