diff options
| author | fukachan <fukachan> | 2006-02-15 13:44:03 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-02-15 13:44:03 +0000 |
| commit | 63d64253c1b46e019b634954041306749b8c06b9 (patch) | |
| tree | 2496c8d8820b7b42224d7ccca959d07d22938be5 /fml/lib/FML/MTA/Control | |
| parent | 940b188cc867d487443821b99ecc392c0c334d9e (diff) | |
| download | fml8-63d64253c1b46e019b634954041306749b8c06b9.tar.gz fml8-63d64253c1b46e019b634954041306749b8c06b9.tar.bz2 fml8-63d64253c1b46e019b634954041306749b8c06b9.zip | |
fix method name: remove -> delete
Diffstat (limited to 'fml/lib/FML/MTA/Control')
| -rw-r--r-- | fml/lib/FML/MTA/Control/Postfix.pm | 10 | ||||
| -rw-r--r-- | fml/lib/FML/MTA/Control/Procmail.pm | 10 | ||||
| -rw-r--r-- | fml/lib/FML/MTA/Control/Qmail.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/MTA/Control/Sendmail.pm | 14 |
4 files changed, 20 insertions, 20 deletions
diff --git a/fml/lib/FML/MTA/Control/Postfix.pm b/fml/lib/FML/MTA/Control/Postfix.pm index a5ae3658..f5476494 100644 --- a/fml/lib/FML/MTA/Control/Postfix.pm +++ b/fml/lib/FML/MTA/Control/Postfix.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Postfix.pm,v 1.10 2006/01/09 14:00:54 fukachan Exp $ +# $FML: Postfix.pm,v 1.11 2006/02/04 07:58:03 fukachan Exp $ # package FML::MTA::Control::Postfix; @@ -63,7 +63,7 @@ sub postfix_install_alias # OBJ($curproc) HASH_REF($params) HASH_REF($optargs) # Side Effects: update aliases # Return Value: none -sub postfix_remove_alias +sub postfix_delete_alias { my ($self, $curproc, $params, $optargs) = @_; my $config = $curproc->config(); @@ -408,7 +408,7 @@ sub postfix_install_virtual_map # OBJ($curproc) HASH_REF($params) HASH_REF($optargs) # Side Effects: remove/udpate postfix virtual_maps and the .db # Return Value: none -sub postfix_remove_virtual_map +sub postfix_delete_virtual_map { my ($self, $curproc, $params, $optargs) = @_; my $config = $curproc->config(); @@ -419,7 +419,7 @@ sub postfix_remove_virtual_map map => $map, }; - $self->remove_postfix_style_virtual($curproc, $params, $optargs, $p); + $self->delete_postfix_style_virtual($curproc, $params, $optargs, $p); } @@ -507,7 +507,7 @@ sub postfix_install_createonpost # OBJ($curproc) HASH_REF($params) HASH_REF($optargs) # Side Effects: create include* # Return Value: none -sub postfix_remove_createonpost +sub postfix_delete_createonpost { my ($self, $curproc, $params, $optargs) = @_; my $config = $curproc->config(); diff --git a/fml/lib/FML/MTA/Control/Procmail.pm b/fml/lib/FML/MTA/Control/Procmail.pm index 42939ac1..9d763ecc 100644 --- a/fml/lib/FML/MTA/Control/Procmail.pm +++ b/fml/lib/FML/MTA/Control/Procmail.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi +# Copyright (C) 2002,2003,2004,2005,2006 Ken'ichi Fukamachi # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Procmail.pm,v 1.6 2005/05/26 10:20:06 fukachan Exp $ +# $FML: Procmail.pm,v 1.7 2005/08/17 10:44:47 fukachan Exp $ # package FML::MTA::Control::Procmail; @@ -59,7 +59,7 @@ sub procmail_install_alias # OBJ($curproc) HASH_REF($params) HASH_REF($optargs) # Side Effects: update aliases # Return Value: none -sub procmail_remove_alias +sub procmail_delete_alias { my ($self, $curproc, $params, $optargs) = @_; my $config = $curproc->config(); @@ -273,7 +273,7 @@ sub procmail_install_virtual_map # OBJ($curproc) HASH_REF($params) HASH_REF($optargs) # Side Effects: remove/udpate procmail virtual_maps and the .db # Return Value: none -sub procmail_remove_virtual_map +sub procmail_delete_virtual_map { my ($self, $curproc, $params, $optargs) = @_; } @@ -302,7 +302,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi +Copyright (C) 2002,2003,2004,2005,2006 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/fml/lib/FML/MTA/Control/Qmail.pm b/fml/lib/FML/MTA/Control/Qmail.pm index 850a1309..05368170 100644 --- a/fml/lib/FML/MTA/Control/Qmail.pm +++ b/fml/lib/FML/MTA/Control/Qmail.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Qmail.pm,v 1.7 2006/02/04 07:06:35 fukachan Exp $ +# $FML: Qmail.pm,v 1.8 2006/02/04 08:10:08 fukachan Exp $ # package FML::MTA::Control::Qmail; @@ -76,7 +76,7 @@ sub qmail_install_alias # Arguments: OBJ($self) OBJ($curproc) HASH_REF($params) HASH_REF($optargs) # Side Effects: update aliases # Return Value: none -sub qmail_remove_alias +sub qmail_delete_alias { my ($self, $curproc, $params, $optargs) = @_; my $config = $curproc->config(); @@ -225,7 +225,7 @@ sub qmail_install_virtual_map # Arguments: OBJ($self) HASH_REF($args) # Side Effects: none # Return Value: none -sub qmail_remove_virtual_map +sub qmail_delete_virtual_map { 0; } diff --git a/fml/lib/FML/MTA/Control/Sendmail.pm b/fml/lib/FML/MTA/Control/Sendmail.pm index fbe88a7f..c3512e14 100644 --- a/fml/lib/FML/MTA/Control/Sendmail.pm +++ b/fml/lib/FML/MTA/Control/Sendmail.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2003,2004,2005 Ken'ichi Fukamachi +# Copyright (C) 2003,2004,2005,2006 Ken'ichi Fukamachi # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Sendmail.pm,v 1.6 2005/05/26 12:23:34 fukachan Exp $ +# $FML: Sendmail.pm,v 1.7 2005/08/17 10:44:47 fukachan Exp $ # package FML::MTA::Control::Sendmail; @@ -50,10 +50,10 @@ sub sendmail_install_alias # OBJ($curproc) HASH_REF($params) HASH_REF($optargs) # Side Effects: update aliases # Return Value: none -sub sendmail_remove_alias +sub sendmail_delete_alias { my ($self, $curproc, $params, $optargs) = @_; - $self->postfix_remove_alias($curproc, $params, $optargs); + $self->postfix_delete_alias($curproc, $params, $optargs); } @@ -189,7 +189,7 @@ sub sendmail_install_virtual_map # OBJ($curproc) HASH_REF($params) HASH_REF($optargs) # Side Effects: remove/udpate sendmail virtual_maps and the .db # Return Value: none -sub sendmail_remove_virtual_map +sub sendmail_delete_virtual_map { my ($self, $curproc, $params, $optargs) = @_; my $config = $curproc->config(); @@ -199,7 +199,7 @@ sub sendmail_remove_virtual_map key => $key, map => $map, }; - $self->remove_postfix_style_virtual($curproc, $params, $optargs, $p); + $self->delete_postfix_style_virtual($curproc, $params, $optargs, $p); } @@ -272,7 +272,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2003,2004,2005 Ken'ichi Fukamachi +Copyright (C) 2003,2004,2005,2006 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |
