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 /fml/libexec | |
| parent | ca156738372f54ede02d3d4312a1dd866352f59d (diff) | |
| download | fml8-221ff1e67b47a843c3f5209803da0daa35506f3b.tar.gz fml8-221ff1e67b47a843c3f5209803da0daa35506f3b.tar.bz2 fml8-221ff1e67b47a843c3f5209803da0daa35506f3b.zip | |
rename libexec/fml libexec/process_switch
Diffstat (limited to 'fml/libexec')
| -rw-r--r-- | fml/libexec/boot.ja.html | 2 | ||||
| -rwxr-xr-x | fml/libexec/loader | 4 |
2 files changed, 3 insertions, 3 deletions
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 |
