diff options
| author | fukachan <fukachan> | 2003-03-18 10:35:13 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-03-18 10:35:13 +0000 |
| commit | bbb2c3509024ca305925cf61bdcc69fe8dc2a702 (patch) | |
| tree | a1b3195e0205325d67e2a44dd1bf2914b94d29dc /fml/lib/FML/Command | |
| parent | 12051c9cbb3f3ad760609774a913d4c3ecfb7a2a (diff) | |
| download | fml8-bbb2c3509024ca305925cf61bdcc69fe8dc2a702.tar.gz fml8-bbb2c3509024ca305925cf61bdcc69fe8dc2a702.tar.bz2 fml8-bbb2c3509024ca305925cf61bdcc69fe8dc2a702.zip | |
not need lock
Diffstat (limited to 'fml/lib/FML/Command')
| -rw-r--r-- | fml/lib/FML/Command/Admin/edit.pm | 4 | ||||
| -rw-r--r-- | fml/lib/FML/Command/Admin/get.pm | 4 | ||||
| -rw-r--r-- | fml/lib/FML/Command/Admin/mailq.pm | 4 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/deny.pm | 4 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/guide.pm | 4 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/help.pm | 4 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/objective.pm | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/fml/lib/FML/Command/Admin/edit.pm b/fml/lib/FML/Command/Admin/edit.pm index bf478b2f..b3418fdf 100644 --- a/fml/lib/FML/Command/Admin/edit.pm +++ b/fml/lib/FML/Command/Admin/edit.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: edit.pm,v 1.13 2002/12/15 14:09:27 fukachan Exp $ +# $FML: edit.pm,v 1.14 2003/01/25 12:48:38 fukachan Exp $ # package FML::Command::Admin::edit; @@ -54,7 +54,7 @@ sub new # Arguments: none # Side Effects: none # Return Value: NUM( 1 or 0) -sub need_lock { 1;} +sub need_lock { 0;} # Descriptions: run "vi" or the specified editor to edit config.cf. diff --git a/fml/lib/FML/Command/Admin/get.pm b/fml/lib/FML/Command/Admin/get.pm index 32db16c4..1d328730 100644 --- a/fml/lib/FML/Command/Admin/get.pm +++ b/fml/lib/FML/Command/Admin/get.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: get.pm,v 1.16 2002/09/22 14:56:45 fukachan Exp $ +# $FML: get.pm,v 1.17 2002/12/20 03:40:12 fukachan Exp $ # package FML::Command::Admin::get; @@ -50,7 +50,7 @@ sub new # Arguments: none # Side Effects: none # Return Value: NUM( 1 or 0) -sub need_lock { 1;} +sub need_lock { 0;} # Descriptions: send arbitrary file(s) in $ml_home_dir by diff --git a/fml/lib/FML/Command/Admin/mailq.pm b/fml/lib/FML/Command/Admin/mailq.pm index 24386f4a..e4e95d4b 100644 --- a/fml/lib/FML/Command/Admin/mailq.pm +++ b/fml/lib/FML/Command/Admin/mailq.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: mailq.pm,v 1.1 2003/03/14 03:44:16 fukachan Exp $ +# $FML: mailq.pm,v 1.2 2003/03/14 06:53:22 fukachan Exp $ # package FML::Command::Admin::mailq; @@ -49,7 +49,7 @@ sub new # Arguments: none # Side Effects: none # Return Value: NUM( 1 or 0) -sub need_lock { 1;} +sub need_lock { 0;} # Descriptions: change delivery mode from real time to digest. diff --git a/fml/lib/FML/Command/User/deny.pm b/fml/lib/FML/Command/User/deny.pm index fafd34b2..abc7c7a1 100644 --- a/fml/lib/FML/Command/User/deny.pm +++ b/fml/lib/FML/Command/User/deny.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: deny.pm,v 1.6 2002/09/22 14:56:47 fukachan Exp $ +# $FML: deny.pm,v 1.7 2002/12/15 13:46:30 fukachan Exp $ # package FML::Command::User::deny; @@ -52,7 +52,7 @@ sub new # Arguments: none # Side Effects: none # Return Value: NUM( 1 or 0) -sub need_lock { 1;} +sub need_lock { 0;} # Descriptions: send deny file by FML::Command::SendFile. diff --git a/fml/lib/FML/Command/User/guide.pm b/fml/lib/FML/Command/User/guide.pm index accaeb25..b10c0ded 100644 --- a/fml/lib/FML/Command/User/guide.pm +++ b/fml/lib/FML/Command/User/guide.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: guide.pm,v 1.10 2002/09/22 14:56:47 fukachan Exp $ +# $FML: guide.pm,v 1.11 2002/12/15 13:46:30 fukachan Exp $ # package FML::Command::User::guide; @@ -53,7 +53,7 @@ sub new # Arguments: none # Side Effects: none # Return Value: NUM( 1 or 0) -sub need_lock { 1;} +sub need_lock { 0;} # Descriptions: send guide file by FML::Command::SendFile. diff --git a/fml/lib/FML/Command/User/help.pm b/fml/lib/FML/Command/User/help.pm index 32799f6c..5eaa6252 100644 --- a/fml/lib/FML/Command/User/help.pm +++ b/fml/lib/FML/Command/User/help.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: help.pm,v 1.14 2002/09/22 14:56:47 fukachan Exp $ +# $FML: help.pm,v 1.15 2002/12/15 13:46:30 fukachan Exp $ # package FML::Command::User::help; @@ -53,7 +53,7 @@ sub new # Arguments: none # Side Effects: none # Return Value: NUM( 1 or 0) -sub need_lock { 1;} +sub need_lock { 0;} # Descriptions: send help file by FML::Command::SendFile. diff --git a/fml/lib/FML/Command/User/objective.pm b/fml/lib/FML/Command/User/objective.pm index c1b2f86b..d09c92a0 100644 --- a/fml/lib/FML/Command/User/objective.pm +++ b/fml/lib/FML/Command/User/objective.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: objective.pm,v 1.6 2002/09/22 14:56:47 fukachan Exp $ +# $FML: objective.pm,v 1.7 2002/12/15 13:46:30 fukachan Exp $ # package FML::Command::User::objective; @@ -52,7 +52,7 @@ sub new # Arguments: none # Side Effects: none # Return Value: NUM( 1 or 0) -sub need_lock { 1;} +sub need_lock { 0;} # Descriptions: send back objective file by FML::Command::SendFile. |
