[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .

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 ...
}

[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .
Copyright (C) 1993-2022 Ken'ichi Fukamachi mail:< fukachan at fml.org >