diff options
| author | fukachan <fukachan> | 2006-01-07 14:27:09 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-07 14:27:09 +0000 |
| commit | f8e313375f6d496ecaef0bdd6361fbd519037bce (patch) | |
| tree | 394f38f117a501ce3242b2b3aec8ef7539f53fd6 | |
| parent | 097e2f0a4ce957a9a9677b1e0f909660c2792dcb (diff) | |
| download | fml8-f8e313375f6d496ecaef0bdd6361fbd519037bce.tar.gz fml8-f8e313375f6d496ecaef0bdd6361fbd519037bce.tar.bz2 fml8-f8e313375f6d496ecaef0bdd6361fbd519037bce.zip | |
regen: *_command_operation_mode
| -rw-r--r-- | fml/doc/en/tutorial/variables/class.sgml | 3 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/variables/list.sgml | 27 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/variables/class.sgml | 3 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/variables/list.sgml | 27 |
4 files changed, 60 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml index 221bf45c..ceab74b2 100644 --- a/fml/doc/en/tutorial/variables/class.sgml +++ b/fml/doc/en/tutorial/variables/class.sgml @@ -226,6 +226,7 @@ chaddr_command { chaddr_command { $chaddr_command_auth_type + ? $chaddr_command_operation_mode } } @@ -291,6 +292,7 @@ subscribe_command { subscribe_command { $subscribe_command_auth_type + ? $subscribe_command_operation_mode } } @@ -298,6 +300,7 @@ unsubscribe_command { unsubscribe_command { $unsubscribe_command_auth_type + ? $unsubscribe_command_operation_mode } } diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml index 235f1c35..3a06be62 100644 --- a/fml/doc/en/tutorial/variables/list.sgml +++ b/fml/doc/en/tutorial/variables/list.sgml @@ -559,6 +559,15 @@ confirmation </row> <row> <entry> +chaddr_command_operation_mode</entry> +<entry> + operate action automatically or manually by maintainer ?</entry> +<entry> +automatic + </entry> +</row> +<row> +<entry> command_mail_auth_gpg_config_dir</entry> <entry> gpg configurations for (user) commnad mail authentication.</entry> @@ -1880,6 +1889,15 @@ confirmation </row> <row> <entry> +subscribe_command_operation_mode</entry> +<entry> + operate action automatically or manually by maintainer ?</entry> +<entry> +automatic + </entry> +</row> +<row> +<entry> system_has_alarm</entry> <entry> has alarm(2) ?</entry> @@ -2062,6 +2080,15 @@ confirmation </row> <row> <entry> +unsubscribe_command_operation_mode</entry> +<entry> + operate action automatically or manually by maintainer ?</entry> +<entry> +automatic + </entry> +</row> +<row> +<entry> use_address_compare_function</entry> <entry> FML::Credential checks address comparison</entry> diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml index 221bf45c..ceab74b2 100644 --- a/fml/doc/ja/tutorial/variables/class.sgml +++ b/fml/doc/ja/tutorial/variables/class.sgml @@ -226,6 +226,7 @@ chaddr_command { chaddr_command { $chaddr_command_auth_type + ? $chaddr_command_operation_mode } } @@ -291,6 +292,7 @@ subscribe_command { subscribe_command { $subscribe_command_auth_type + ? $subscribe_command_operation_mode } } @@ -298,6 +300,7 @@ unsubscribe_command { unsubscribe_command { $unsubscribe_command_auth_type + ? $unsubscribe_command_operation_mode } } diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml index 55fbffb2..4876eab8 100644 --- a/fml/doc/ja/tutorial/variables/list.sgml +++ b/fml/doc/ja/tutorial/variables/list.sgml @@ -542,6 +542,15 @@ confirmation </row> <row> <entry> +chaddr_command_operation_mode</entry> +<entry> + chaddr の処理は自動か?管理者による手動か?</entry> +<entry> +automatic + </entry> +</row> +<row> +<entry> command_mail_auth_gpg_config_dir</entry> <entry> gpg configurations for (user) commnad mail authentication.</entry> @@ -1910,6 +1919,15 @@ confirmation </row> <row> <entry> +subscribe_command_operation_mode</entry> +<entry> + subscribe の処理は自動か?管理者による手動か?</entry> +<entry> +automatic + </entry> +</row> +<row> +<entry> system_has_alarm</entry> <entry> alarm(2) があるか?</entry> @@ -2092,6 +2110,15 @@ confirmation </row> <row> <entry> +unsubscribe_command_operation_mode</entry> +<entry> + unsubscribe の処理は自動か?管理者による手動か?</entry> +<entry> +automatic + </entry> +</row> +<row> +<entry> use_address_compare_function</entry> <entry> FML::Credential でアドレスの比較をするか?(当然する)</entry> |
