Recipes

1. Where directory names are defined ?

1. Where directory names are defined ?

There are default definitiions at /usr/local/etc/fml/defaults/$VERSION/default_config.cf file. Each config.cf of each ML overloads them. Use fmlconf command to show the current value.


% fmlconf $ml_name | grep _dir
You can extract values from config object in a hook.

$_xxx_hook = q{
	my $config = $curproc->config();
	my $xxxdir = $config->{ some_where_dir };

	... snip ...
}

fml 8.0 (fml-devel) project homepage is www.fml.org/software/fml8/.
fml 4.0 project homepage is www.fml.org/software/fml4/.
about one floppy bsd routers, see www.bsdrouter.org/.
other free softwares are found at www.fml.org/software/.

author's homepage is www.fml.org/home/fukachan/.
Also, visit nuinui's world :) at www.nuinui.net.

For questions about FML, e-mail <fml-bugs@fml.org>.