diff options
| author | fukachan <fukachan> | 2001-03-25 10:30:24 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-03-25 10:30:24 +0000 |
| commit | 31906934e8817ecd6a04738872d4c2beca3dd482 (patch) | |
| tree | 4c29ff94d227b2b927bda6ef9f6b3a8ba145de77 /fml/libexec | |
| parent | c2ab5a5a623d56e9c583e1bfdc2c3cf358e7dca0 (diff) | |
| download | fml8-31906934e8817ecd6a04738872d4c2beca3dd482.tar.gz fml8-31906934e8817ecd6a04738872d4c2beca3dd482.tar.bz2 fml8-31906934e8817ecd6a04738872d4c2beca3dd482.zip | |
add more on relation among programs and modules
Diffstat (limited to 'fml/libexec')
| -rw-r--r-- | fml/libexec/boot.ja.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/fml/libexec/boot.ja.html b/fml/libexec/boot.ja.html index c18193ab..bd59bca3 100644 --- a/fml/libexec/boot.ja.html +++ b/fml/libexec/boot.ja.html @@ -13,10 +13,28 @@ fml のブートしていく様 <P>fml のブートしていく様について +<PRE> +イメージ + +libexec/loader -> FML::Process::Switch -> + FML::Process::Flow -> + FML::Process::それぞれのプログラムのモジュール +</PRE> +=> +<A HREF="../lib/FML/Process/programs.ja.html"> +FML::Process::それぞれのプログラムのモジュールについて +</A> + +<HR> +ブートしていく順番 + <UL> <LI> libexec/loader (wrapper) <BR> Bootstrap() を実行する。 + fml.pl などはこの loader へのシンボリックリンクです。 + /usr/local/libexec/fml/ を参照して下さい。 + <UL> <LI> /etc/fml/main.cf を読み込む。 読み込むと fml のバージョンが分かる。 |
