mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
17 lines
623 B
Text
17 lines
623 B
Text
--- ../MailScanner-4.22-5.old/bin/MailScanner Mon Aug 11 12:15:30 2003
|
|
+++ bin/MailScanner Mon Aug 11 12:36:06 2003
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/perl -I/opt/MailScanner/lib
|
|
+#!/usr/bin/perl -I/usr/local/lib/MailScanner
|
|
#
|
|
# MailScanner - SMTP E-Mail Virus Scanner
|
|
# Copyright (C) 2002 Julian Field
|
|
@@ -125,7 +125,7 @@
|
|
|
|
# Find the mailscanner.conf file, with a default just in case.
|
|
my $ConfFile = $ARGV[0];
|
|
-$ConfFile = '/opt/MailScanner/etc/MailScanner.conf' unless $ConfFile;
|
|
+$ConfFile = '/usr/local/etc/MailScanner/MailScanner.conf' unless $ConfFile;
|
|
|
|
# Load the MTA modules we need
|
|
my($MTAmod, $MTADSmod);
|