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,10 @@
--- bin/cron/check_MailScanner.cron.orig Sat Apr 24 18:54:47 2010
+++ bin/cron/check_MailScanner.cron Mon May 24 10:21:05 2010
@@ -16,6 +16,6 @@ fi
[ -f $LOCKFILE ] && exit 0
trap "rm -f $LOCKFILE" EXIT
touch $LOCKFILE
-/opt/MailScanner/bin/check_mailscanner -q # >/dev/null 2>&1
+%PREFIX%/bin/check_MailScanner -q # >/dev/null 2>&1
rm -f $LOCKFILE
exit 0