diff options
| author | fukachan <fukachan> | 2004-04-27 13:48:29 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-04-27 13:48:29 +0000 |
| commit | 117e0c81f083d8ce1fd4a303e28ccd2e774e7835 (patch) | |
| tree | 82421d7e44df48a13a3a1bc2d161fb445e18b371 /fml/doc/en | |
| parent | 58c32014649a37a1fe6ddbfcae9fc04a1bdba008 (diff) | |
| download | fml8-117e0c81f083d8ce1fd4a303e28ccd2e774e7835.tar.gz fml8-117e0c81f083d8ce1fd4a303e28ccd2e774e7835.tar.bz2 fml8-117e0c81f083d8ce1fd4a303e28ccd2e774e7835.zip | |
regen: $etc_dir
Diffstat (limited to 'fml/doc/en')
| -rw-r--r-- | fml/doc/en/tutorial/variables/class.sgml | 1 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/variables/list.sgml | 13 |
2 files changed, 12 insertions, 2 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml index 4e5f0b3b..db41e52e 100644 --- a/fml/doc/en/tutorial/variables/class.sgml +++ b/fml/doc/en/tutorial/variables/class.sgml @@ -733,6 +733,7 @@ _file$ { _dir$ { $db_dir + $etc_dir $event_queue_dir $listinfo_base_dir $listinfo_dir diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml index 40c0e93a..519ffc5b 100644 --- a/fml/doc/en/tutorial/variables/list.sgml +++ b/fml/doc/en/tutorial/variables/list.sgml @@ -57,7 +57,7 @@ admin_member_password_maps</entry> all password files.</entry> <entry> $primary_admin_member_password_map - file:$ml_home_dir/etc/passwd + file:$etc_dir/passwd </entry> </row> <row> @@ -647,6 +647,15 @@ error_analyzer_simple_count_limit</entry> </row> <row> <entry> +etc_dir</entry> +<entry> + etc directory</entry> +<entry> +$ml_home_dir/etc + </entry> +</row> +<row> +<entry> event_queue_dir</entry> <entry> event queue directory for scheduler</entry> @@ -1211,7 +1220,7 @@ primary_admin_member_password_map</entry> <entry> primary password file to authenticate remote administrator </entry> <entry> -file:$ml_home_dir/etc/passwd-admin +file:$etc_dir/passwd-admin </entry> </row> <row> |
