aboutsummaryrefslogtreecommitdiff
path: root/security/amavis-perl
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-05-31 12:08:54 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-05-31 12:08:54 +0000
commit0017d74ed5fa430c9f79699dff0b75063674e62b (patch)
tree11022de90e479176621b0220a1597cc1b3bc10c3 /security/amavis-perl
parent80fb81f0c90bc48322456b345b03771f1801bdc7 (diff)
downloadports-0017d74ed5fa430c9f79699dff0b75063674e62b.tar.gz
ports-0017d74ed5fa430c9f79699dff0b75063674e62b.zip
Notes
Diffstat (limited to 'security/amavis-perl')
-rw-r--r--security/amavis-perl/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/amavis-perl/pkg-install b/security/amavis-perl/pkg-install
index e146b10bf550..986f2a34fe4c 100644
--- a/security/amavis-perl/pkg-install
+++ b/security/amavis-perl/pkg-install
@@ -20,7 +20,7 @@ elsif ( -f '/etc/sendmail.cf' ) {
my $cf="$cfg/sendmail.cf";
my $new="$cfg/amavis.cf";
-print "===> Adding neccessary hooks to sendmail.cf file\n";
+print "===> Adding necessary hooks to sendmail.cf file\n";
open(IN, $cf) || die "Cannot open $cf";
open(OUT, ">$new") || die "Cannot create $new";