mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Fix typo: neccessary -> necessary.
This commit is contained in:
parent
80fb81f0c9
commit
0017d74ed5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43346
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user