diff options
| author | fukachan <fukachan> | 2001-01-29 03:23:40 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-01-29 03:23:40 +0000 |
| commit | 221ff1e67b47a843c3f5209803da0daa35506f3b (patch) | |
| tree | 86be1b39cc70c0b5fb1bd55ebf50b5579f605c3e | |
| parent | ca156738372f54ede02d3d4312a1dd866352f59d (diff) | |
| download | fml8-221ff1e67b47a843c3f5209803da0daa35506f3b.tar.gz fml8-221ff1e67b47a843c3f5209803da0daa35506f3b.tar.bz2 fml8-221ff1e67b47a843c3f5209803da0daa35506f3b.zip | |
rename libexec/fml libexec/process_switch
| -rwxr-xr-x | fml/bin/show_modules.sh | 2 | ||||
| -rw-r--r-- | fml/doc/components.ja.html | 2 | ||||
| -rw-r--r-- | fml/doc/refactoring.ja.html | 4 | ||||
| -rw-r--r-- | fml/libexec/boot.ja.html | 2 | ||||
| -rwxr-xr-x | fml/libexec/loader | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/fml/bin/show_modules.sh b/fml/bin/show_modules.sh index ce682495..c95c6532 100755 --- a/fml/bin/show_modules.sh +++ b/fml/bin/show_modules.sh @@ -1,6 +1,6 @@ #!/bin/sh -for x in libexec/fml.pl FML/*pm +for x in libexec/[a-z]* FML/*pm do sed '/=head1/,/=cut/d' $x |less done diff --git a/fml/doc/components.ja.html b/fml/doc/components.ja.html index 34c61de6..a8e4886f 100644 --- a/fml/doc/components.ja.html +++ b/fml/doc/components.ja.html @@ -14,7 +14,7 @@ libexec/loader | - libexec/fml + libexec/process_switch | -------- 乖離層 -------- | diff --git a/fml/doc/refactoring.ja.html b/fml/doc/refactoring.ja.html index 1aacfbe9..11c8e034 100644 --- a/fml/doc/refactoring.ja.html +++ b/fml/doc/refactoring.ja.html @@ -44,8 +44,8 @@ fml5 [ fml リファクトリング プロジェクト (Refactroing Project) ] バージョン管理やデバッグを簡単にするための乖離層 <PRE> fml.pl ---> /etc/fml/main.cf - ---> libexec/fml.pl - ---> libexec/$VERSION/fml + ---> libexec/loader + ---> libexec/$VERSION/process_switch ---> lib/$VERSION/モジュール </PRE> diff --git a/fml/libexec/boot.ja.html b/fml/libexec/boot.ja.html index 23192d48..0360c721 100644 --- a/fml/libexec/boot.ja.html +++ b/fml/libexec/boot.ja.html @@ -28,7 +28,7 @@ fml のブートしていく様 どのMLの config.cf 群をロードすればいいのかを準備する。 <LI> 次に - libexec/fml ( バージョン依存 )ファイルを + libexec/process_switch ( バージョン依存 )ファイルを ロードする。そして、 ProcessSwitch() 内部を実行し、 配送用、コマンドモード用 diff --git a/fml/libexec/loader b/fml/libexec/loader index ef5a9b66..3998f2b7 100755 --- a/fml/libexec/loader +++ b/fml/libexec/loader @@ -4,7 +4,7 @@ # Copyright (C) 2000-2001 Ken'ichi Fukamachi # All rights reserved. # -# $Id: loader,v 1.17 2001/01/29 03:10:29 fukachan Exp $ +# $Id: loader,v 1.1 2001/01/29 03:18:14 fukachan Exp $ # $FML$ # @@ -36,7 +36,7 @@ BEGIN { # Descriptions: top lebel bootstrap program # which load the required library and switch myself to it. # loading order: -# libexec/loader -> libexec/fml -> FML::Process::Something +# libexec/loader -> libexec/process_switch -> FML::Process::Something # Arguments: none # Side Effects: switch to the real process # Return Value: none |
