summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-05-29 00:41:38 +0000
committerfukachan <fukachan>2005-05-29 00:41:38 +0000
commit54f92e95518ab2b675c86854f27cba48a22f2506 (patch)
tree95adfd4d49d17012fee8c45a3eea6d9fd9a4c468 /fml
parent0699572479b0eadead614c7bdedf4dcd807c026b (diff)
downloadfml8-54f92e95518ab2b675c86854f27cba48a22f2506.tar.gz
fml8-54f92e95518ab2b675c86854f27cba48a22f2506.tar.bz2
fml8-54f92e95518ab2b675c86854f27cba48a22f2506.zip
regen: define pgp/gpg related variables
Diffstat (limited to 'fml')
-rw-r--r--fml/doc/en/tutorial/variables/class.sgml4
-rw-r--r--fml/doc/en/tutorial/variables/list.sgml18
-rw-r--r--fml/doc/ja/tutorial/variables/class.sgml4
-rw-r--r--fml/doc/ja/tutorial/variables/list.sgml18
-rw-r--r--fml/etc/default_config.cf.en.in32
-rw-r--r--fml/etc/default_config.cf.ja.in32
6 files changed, 108 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml
index 89c62562..8c8c0c2e 100644
--- a/fml/doc/en/tutorial/variables/class.sgml
+++ b/fml/doc/en/tutorial/variables/class.sgml
@@ -580,6 +580,8 @@ path {
$path_clamscan
$path_compress
$path_gpg
+ $path_gpgsplit
+ $path_gpgv
$path_gunzip
$path_gzcat
$path_gzip
@@ -787,10 +789,12 @@ _dir$ {
$db_dir
$etc_dir
$event_queue_dir
+ $gpg_config_dir
$listinfo_base_dir
$listinfo_dir
$listinfo_template_dir
$ml_admin_cgi_base_dir
+ $pgp_config_dir
$shared_db_dir
$tmp_dir
$udb_base_dir
diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml
index e08fa4f1..8d0acd58 100644
--- a/fml/doc/en/tutorial/variables/list.sgml
+++ b/fml/doc/en/tutorial/variables/list.sgml
@@ -802,6 +802,15 @@ get_command_request_limit</entry>
</row>
<row>
<entry>
+gpg_config_dir</entry>
+<entry>
+ GNU Pvivary Guard</entry>
+<entry>
+$etc_dir/gpg
+ </entry>
+</row>
+<row>
+<entry>
guide_file</entry>
<entry>
guilde file</entry>
@@ -1362,6 +1371,15 @@ $ml_name
</row>
<row>
<entry>
+pgp_config_dir</entry>
+<entry>
+ Pretty Good Privacy</entry>
+<entry>
+$etc_dir/pgp
+ </entry>
+</row>
+<row>
+<entry>
postfix_verp_delimiters</entry>
<entry>
verps delimieters used in postfix</entry>
diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml
index 89c62562..8c8c0c2e 100644
--- a/fml/doc/ja/tutorial/variables/class.sgml
+++ b/fml/doc/ja/tutorial/variables/class.sgml
@@ -580,6 +580,8 @@ path {
$path_clamscan
$path_compress
$path_gpg
+ $path_gpgsplit
+ $path_gpgv
$path_gunzip
$path_gzcat
$path_gzip
@@ -787,10 +789,12 @@ _dir$ {
$db_dir
$etc_dir
$event_queue_dir
+ $gpg_config_dir
$listinfo_base_dir
$listinfo_dir
$listinfo_template_dir
$ml_admin_cgi_base_dir
+ $pgp_config_dir
$shared_db_dir
$tmp_dir
$udb_base_dir
diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml
index 7a68be18..286bca44 100644
--- a/fml/doc/ja/tutorial/variables/list.sgml
+++ b/fml/doc/ja/tutorial/variables/list.sgml
@@ -785,6 +785,15 @@ get_command_request_limit</entry>
</row>
<row>
<entry>
+gpg_config_dir</entry>
+<entry>
+ GNU Pvivary Guard</entry>
+<entry>
+$etc_dir/gpg
+ </entry>
+</row>
+<row>
+<entry>
guide_file</entry>
<entry>
ヘルプファイル</entry>
@@ -1354,6 +1363,15 @@ $ml_name
</row>
<row>
<entry>
+pgp_config_dir</entry>
+<entry>
+ Pretty Good Privacy</entry>
+<entry>
+$etc_dir/pgp
+ </entry>
+</row>
+<row>
+<entry>
postfix_verp_delimiters</entry>
<entry>
verps delimieters used in postfix</entry>
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in
index 88c62b7b..126bedff 100644
--- a/fml/etc/default_config.cf.en.in
+++ b/fml/etc/default_config.cf.en.in
@@ -1727,6 +1727,24 @@ html_archive_charset_ja = euc-jp
html_archive_charset_en = us-ascii
+=head1 PGP
+
+
+# Descriptions: Pretty Good Privacy
+# History:
+# Value: DIR
+# Examples: /var/spool/ml/elena/etc/pgp
+pgp_config_dir = $etc_dir/pgp
+
+
+# Descriptions: GNU Pvivary Guard
+# History:
+# Value: DIR
+# Examples: /var/spool/ml/elena/etc/gpg
+gpg_config_dir = $etc_dir/gpg
+
+
+
=head1 command definitoins
=head2 process
@@ -2734,6 +2752,20 @@ path_pgpv = @PGPV@
path_gpg = @GPG@
+# Descriptions:
+# History:
+# Value: FILE
+# Examples:
+path_gpgv = @GPGV@
+
+
+# Descriptions:
+# History:
+# Value: FILE
+# Examples:
+path_gpgsplit = @GPGSPLIT@
+
+
=head2 utilities
# Descriptions:
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in
index 8f419337..5c5071e8 100644
--- a/fml/etc/default_config.cf.ja.in
+++ b/fml/etc/default_config.cf.ja.in
@@ -1769,6 +1769,24 @@ html_archive_charset_ja = euc-jp
html_archive_charset_en = us-ascii
+=head1 PGP
+
+
+# Descriptions: Pretty Good Privacy
+# History:
+# Value: DIR
+# Examples: /var/spool/ml/elena/etc/pgp
+pgp_config_dir = $etc_dir/pgp
+
+
+# Descriptions: GNU Pvivary Guard
+# History:
+# Value: DIR
+# Examples: /var/spool/ml/elena/etc/gpg
+gpg_config_dir = $etc_dir/gpg
+
+
+
=head1 コマンドの定義
=head2 プロセス
@@ -2820,6 +2838,20 @@ path_pgpv = @PGPV@
path_gpg = @GPG@
+# Descriptions:
+# History:
+# Value: FILE
+# Examples:
+path_gpgv = @GPGV@
+
+
+# Descriptions:
+# History:
+# Value: FILE
+# Examples:
+path_gpgsplit = @GPGSPLIT@
+
+
=head2 utilities
# Descriptions: