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/loader | |
| 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/loader')
| -rwxr-xr-x | fml/libexec/loader | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
