diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-04 18:04:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-04 18:04:24 +0000 |
commit | 2077e6ab8e1b8cfdc27466c08f8e7bb40bf7acdc (patch) | |
tree | 9be501fa781664c9e7392e087eb4037f75a232e1 /mail/mailscanner/files/patch-bin:update_virus_scanners | |
parent | Add winhelpcgi, a cgi program that can display winhelp files on the web. (diff) |
- Update to 4.30.3
PR: ports/66197
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
Diffstat (limited to 'mail/mailscanner/files/patch-bin:update_virus_scanners')
-rw-r--r-- | mail/mailscanner/files/patch-bin:update_virus_scanners | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/mailscanner/files/patch-bin:update_virus_scanners b/mail/mailscanner/files/patch-bin:update_virus_scanners deleted file mode 100644 index a160c97304cc..000000000000 --- a/mail/mailscanner/files/patch-bin:update_virus_scanners +++ /dev/null @@ -1,12 +0,0 @@ ---- ../MailScanner-4.29.7.orig/bin/update_virus_scanners Wed Apr 28 13:38:29 2004 -+++ bin/update_virus_scanners Wed Apr 28 13:39:10 2004 -@@ -8,7 +8,8 @@ - # the lockfile is not meant to be perfect, it's just in case the - # two cron scripts get run close to each other to keep them from - # stepping on each other's toes. --[ -f $LOCKFILE ] && exit 0 -+ -+[ -f $LOCKFILE ] && [ "`find $LOCKFILE -type f -mmin +60 -print`" = "" ] && exit 0 - trap "rm -f $LOCKFILE" EXIT - touch $LOCKFILE - |