diff options
| author | fukachan <fukachan> | 2002-12-21 12:15:54 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-12-21 12:15:54 +0000 |
| commit | ffd175cf1e2a2b291290ba70aa1d6dca79d7072a (patch) | |
| tree | 66f32ae614c050b0e48383322da39e22e4662b76 | |
| parent | a777db74775431ca69fb9e1fdd770b2c3bd3c82d (diff) | |
| download | fml8-ffd175cf1e2a2b291290ba70aa1d6dca79d7072a.tar.gz fml8-ffd175cf1e2a2b291290ba70aa1d6dca79d7072a.tar.bz2 fml8-ffd175cf1e2a2b291290ba70aa1d6dca79d7072a.zip | |
add comment
| -rw-r--r-- | fml/lib/FML/Process/Switch.pm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Switch.pm b/fml/lib/FML/Process/Switch.pm index 79cca9a6..508bb808 100644 --- a/fml/lib/FML/Process/Switch.pm +++ b/fml/lib/FML/Process/Switch.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: Switch.pm,v 1.77 2002/11/16 14:24:46 fukachan Exp $ +# $FML: Switch.pm,v 1.78 2002/11/26 07:32:30 fukachan Exp $ # package FML::Process::Switch; @@ -280,6 +280,11 @@ sub ProcessSwitch } +# +# XXX-TODO: hmm, we should use config file such as /etc/fml/module.cf ? +# + + # Descriptions: return the suitable getopt options # Arguments: STR($myname) # Side Effects: none |
