diff options
author | sem <sem@FreeBSD.org> | 2004-11-02 04:10:10 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-11-02 04:10:10 +0800 |
commit | 5fd38e69dffec932ae9d62a51825759e2f65a9cf (patch) | |
tree | 46b183635c2c0ed13f3f6a8fb3e79df9a12371c1 /mail/mailscanner/files/patch-lib:antivir-autoupdate | |
parent | b4efb52e241c70a7c42474ad2c6a630413de2a1f (diff) | |
download | freebsd-ports-gnome-5fd38e69dffec932ae9d62a51825759e2f65a9cf.tar.gz freebsd-ports-gnome-5fd38e69dffec932ae9d62a51825759e2f65a9cf.tar.zst freebsd-ports-gnome-5fd38e69dffec932ae9d62a51825759e2f65a9cf.zip |
- Update to 4.35.9
See ChangeLog for details
PR: ports/73386
Submitted by: maintainer
Diffstat (limited to 'mail/mailscanner/files/patch-lib:antivir-autoupdate')
-rw-r--r-- | mail/mailscanner/files/patch-lib:antivir-autoupdate | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/mailscanner/files/patch-lib:antivir-autoupdate b/mail/mailscanner/files/patch-lib:antivir-autoupdate deleted file mode 100644 index f0df80948bd9..000000000000 --- a/mail/mailscanner/files/patch-lib:antivir-autoupdate +++ /dev/null @@ -1,21 +0,0 @@ ---- ../MailScanner-install-4.34.8.orig/lib/antivir-autoupdate Wed Oct 20 08:09:38 2004 -+++ lib/antivir-autoupdate Wed Oct 20 08:10:10 2004 -@@ -9,7 +9,8 @@ - - $PackageDir = shift || "/usr/lib/AntiVir"; - --$AntiVirUpdateCommand = "$PackageDir/antivir --update"; -+$AntiVirCommand = "$PackageDir/antivir"; -+$AntiVirUpdateCommand = "$AntiVirCommand --update"; - - $LockFile = "/tmp/AntiVirBusy.lock"; - -@@ -24,7 +25,7 @@ - BailOut("Installation dir \"$PackageDir\" does not exist!") - unless $PackageDir ne "" && -d $PackageDir; - --if (-x $AntiVirUpdateCommand) { -+if (-x $AntiVirCommand) { - # Timeout prevention - $SIG{ALRM} = sub { die "timeout"}; - |