aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mailscanner/files/patch-lib:antivir-autoupdate
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mailscanner/files/patch-lib:antivir-autoupdate')
-rw-r--r--mail/mailscanner/files/patch-lib:antivir-autoupdate21
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"};
-