summaryrefslogtreecommitdiff
path: root/fml/etc/defaults
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-03-10 04:22:14 +0000
committerfukachan <fukachan>2001-03-10 04:22:14 +0000
commit46dd2e5157e82e11d0849195cbbd4015da7df591 (patch)
tree44c7f8d8bfee0255e899f8f6f1cc54b64974e18e /fml/etc/defaults
parentc64596276ab0f7f2adec3aa80b037100cde65605 (diff)
downloadfml8-46dd2e5157e82e11d0849195cbbd4015da7df591.tar.gz
fml8-46dd2e5157e82e11d0849195cbbd4015da7df591.tar.bz2
fml8-46dd2e5157e82e11d0849195cbbd4015da7df591.zip
add more comments
regen
Diffstat (limited to 'fml/etc/defaults')
-rw-r--r--fml/etc/defaults/@template2
-rw-r--r--fml/etc/defaults/lock.cf.ja17
-rw-r--r--fml/etc/defaults/log.cf.ja25
-rw-r--r--fml/etc/defaults/paths.cf.ja10
-rw-r--r--fml/etc/defaults/spool.cf.ja26
-rw-r--r--fml/etc/defaults/variablelist.ja.html78
6 files changed, 133 insertions, 25 deletions
diff --git a/fml/etc/defaults/@template b/fml/etc/defaults/@template
index 32621238..730992ca 100644
--- a/fml/etc/defaults/@template
+++ b/fml/etc/defaults/@template
@@ -1,4 +1,4 @@
# Descriptions:
# History:
-# Value;
+# Value:
# Examples:
diff --git a/fml/etc/defaults/lock.cf.ja b/fml/etc/defaults/lock.cf.ja
index 4084b32f..e93cbab2 100644
--- a/fml/etc/defaults/lock.cf.ja
+++ b/fml/etc/defaults/lock.cf.ja
@@ -1,10 +1,25 @@
=head1 ロック
+# Descriptions: ロックをするか?
+# History:
+# Value: yes /no
use_lock = yes
+# Descriptions: ロックファイルを置くディレクトリ
+# History:
+# Value: directory
+# Examples: /var/spool/ml/elena/var/lock
lock_dir = $var_dir/lock
+# Descriptions: ロックファイル (ジャイアントロック用のファイル)
+# History: fml 4.0 ではスプールディレクトリ $SPOOL_DIR
+# をロックしていた。
+# Value: filename
+# Examples: /var/spool/ml/elena/var/lock/giantlock
lock_file = $lock_dir/giantlock
+# Descriptions: ロックのタイプ
+# History: fml 4.0 の $USE_FLOCK
+# Value: flock
+# Examples:
lock_type = flock
-
diff --git a/fml/etc/defaults/log.cf.ja b/fml/etc/defaults/log.cf.ja
index 421eea08..d168d01a 100644
--- a/fml/etc/defaults/log.cf.ja
+++ b/fml/etc/defaults/log.cf.ja
@@ -1,8 +1,7 @@
=head1 ログのとり方
-# Descriptions: enable logging function
-# ログとり機能を有効にする
-# History:
+# Descriptions: ログとり機能を有効にする
+# History: fml 4.0 では有無を言わさずログをとる
# Value: yes / no
# Examples:
use_log = yes
@@ -13,17 +12,33 @@ use_log = yes
# Examples:
log_file = $ml_home_dir/log
-# Descriptions: ログとりのタイプ
+# Descriptions: ログとりのタイプ (syslog は未実装)
# History: fml 5.0 new
# Value: file / syslog
# Examples:
log_type = file
-# log message format
+# Descriptions: log message format
+# History:
+# Value: fml4_compatible
+# Examples: fml4_compatible の例
+# 01/01/28 00:53:57 IPv6 is ready (fukachan@fml.org)
log_format_type = fml4_compatible
+# Descriptions: ログファイル
+# History:
+# Value: filename
+# Examples:
log_dir = $var_dir/log
+# Descriptions: ログファイルがおかれるディレクトリ
+# History:
+# Value: directory
+# Examples:
smtp_log_dir = $log_dir
+# Descriptions: メールサーバとのやりとりを記録するファイル
+# History: fml 4.0 の $SMTP_LOG
+# Value: filename
+# Examples:
smtp_log_file = $smtp_log_dir/_smtplog
diff --git a/fml/etc/defaults/paths.cf.ja b/fml/etc/defaults/paths.cf.ja
index f263e3fb..7c51c24e 100644
--- a/fml/etc/defaults/paths.cf.ja
+++ b/fml/etc/defaults/paths.cf.ja
@@ -1,10 +1,11 @@
=head1 プログラムのパス名
#
-# 注意: デフォールトは NetBSD 1.5 リリース
+# 注意: デフォルトのパス名は NetBSD 1.5 リリース準拠です。
#
-path_md5 = /usr/bin/md5
+
+=head2 メールサーバ
path_sendmail = /usr/sbin/sendmail
@@ -39,6 +40,11 @@ path_co = /usr/bin/co
path_cvs =
+=head2 認証
+
+path_md5 = /usr/bin/md5
+
+
=head2 非対称暗号
path_pgp =
diff --git a/fml/etc/defaults/spool.cf.ja b/fml/etc/defaults/spool.cf.ja
index eacb1233..1af78e01 100644
--- a/fml/etc/defaults/spool.cf.ja
+++ b/fml/etc/defaults/spool.cf.ja
@@ -1,14 +1,32 @@
=head1 記事および記事のスプール
-# 記事を配送する
+# Descriptions: 記事を配送する機能を使うか否か?
+# History:
+# Value: yes / no
+# Examples:
use_article_delivery = yes
-# 記事をスプールディレクトリに保存する
-use_spool = yes
+# Descriptions: 記事をスプールディレクトリに保存する
+# History: 4.0 の $NOT_USE_SPOOL
+# Value: yes / no
+# Examples:
+use_spool = yes
-# 記事番号
+# Descriptions: 記事番号を保存するファイル
+# History: $SEQ_FILE
+# Value: filename
+# Examples:
sequence_file = $ml_home_dir/seq
+# Descriptions: 記事を保存するディレクトリ
+# History: 4.0 の $SPOOL_DIR
+# Value: directory
+# Examples:
spool_dir = $ml_home_dir/spool
+# Descriptions: スプールのタイプ
+# デフォルトでは平面的にファイルを配置する
+# History:
+# Value: plane
+# Examples:
spool_type = plane
diff --git a/fml/etc/defaults/variablelist.ja.html b/fml/etc/defaults/variablelist.ja.html
index df296297..d68adea7 100644
--- a/fml/etc/defaults/variablelist.ja.html
+++ b/fml/etc/defaults/variablelist.ja.html
@@ -190,20 +190,34 @@ x_ml_name = $ml_name
=head1 ロック
+# Descriptions: ロックをするか?
+# History:
+# Value: yes /no
use_lock = yes
+# Descriptions: ロックファイルを置くディレクトリ
+# History:
+# Value: directory
+# Examples: /var/spool/ml/elena/var/lock
lock_dir = $var_dir/lock
+# Descriptions: ロックファイル (ジャイアントロック用のファイル)
+# History: fml 4.0 ではスプールディレクトリ $SPOOL_DIR
+# をロックしていた。
+# Value: filename
+# Examples: /var/spool/ml/elena/var/lock/giantlock
lock_file = $lock_dir/giantlock
+# Descriptions: ロックのタイプ
+# History: fml 4.0 の $USE_FLOCK
+# Value: flock
+# Examples:
lock_type = flock
-
=head1 ログのとり方
-# Descriptions: enable logging function
-# ログとり機能を有効にする
-# History:
+# Descriptions: ログとり機能を有効にする
+# History: fml 4.0 では有無を言わさずログをとる
# Value: yes / no
# Examples:
use_log = yes
@@ -214,34 +228,68 @@ use_log = yes
# Examples:
log_file = $ml_home_dir/log
-# Descriptions: ログとりのタイプ
+# Descriptions: ログとりのタイプ (syslog は未実装)
# History: fml 5.0 new
# Value: file / syslog
# Examples:
log_type = file
-# log message format
+# Descriptions: log message format
+# History:
+# Value: fml4_compatible
+# Examples: fml4_compatible の例
+# 01/01/28 00:53:57 IPv6 is ready (fukachan@fml.org)
log_format_type = fml4_compatible
+# Descriptions: ログファイル
+# History:
+# Value: filename
+# Examples:
log_dir = $var_dir/log
+# Descriptions: ログファイルがおかれるディレクトリ
+# History:
+# Value: directory
+# Examples:
smtp_log_dir = $log_dir
+# Descriptions: メールサーバとのやりとりを記録するファイル
+# History: fml 4.0 の $SMTP_LOG
+# Value: filename
+# Examples:
smtp_log_file = $smtp_log_dir/_smtplog
=head1 記事および記事のスプール
-# 記事を配送する
+# Descriptions: 記事を配送する機能を使うか否か?
+# History:
+# Value: yes / no
+# Examples:
use_article_delivery = yes
-# 記事をスプールディレクトリに保存する
-use_spool = yes
+# Descriptions: 記事をスプールディレクトリに保存する
+# History: 4.0 の $NOT_USE_SPOOL
+# Value: yes / no
+# Examples:
+use_spool = yes
-# 記事番号
+# Descriptions: 記事番号を保存するファイル
+# History: $SEQ_FILE
+# Value: filename
+# Examples:
sequence_file = $ml_home_dir/seq
+# Descriptions: 記事を保存するディレクトリ
+# History: 4.0 の $SPOOL_DIR
+# Value: directory
+# Examples:
spool_dir = $ml_home_dir/spool
+# Descriptions: スプールのタイプ
+# デフォルトでは平面的にファイルを配置する
+# History:
+# Value: plane
+# Examples:
spool_type = plane
=head1 コマンドの定義
@@ -341,10 +389,11 @@ cgi_charset = $cgi_default_charset
=head1 プログラムのパス名
#
-# 注意: デフォールトは NetBSD 1.5 リリース
+# 注意: デフォルトのパス名は NetBSD 1.5 リリース準拠です。
#
-path_md5 = /usr/bin/md5
+
+=head2 メールサーバ
path_sendmail = /usr/sbin/sendmail
@@ -379,6 +428,11 @@ path_co = /usr/bin/co
path_cvs =
+=head2 認証
+
+path_md5 = /usr/bin/md5
+
+
=head2 非対称暗号
path_pgp =