summaryrefslogtreecommitdiff
path: root/fml/etc/src/config.cf.ja
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-11-23 14:13:22 +0000
committerfukachan <fukachan>2003-11-23 14:13:22 +0000
commit23e98cd3185a1ac694f36e4b030e0194cd616a35 (patch)
treea99494c25e9280b42e892b1c2f1891836055c5f9 /fml/etc/src/config.cf.ja
parent3af30f6d4bfe780d240bcf17f6e36225963942f0 (diff)
downloadfml8-23e98cd3185a1ac694f36e4b030e0194cd616a35.tar.gz
fml8-23e98cd3185a1ac694f36e4b030e0194cd616a35.tar.bz2
fml8-23e98cd3185a1ac694f36e4b030e0194cd616a35.zip
define the folloging variables:
+ $primary_user_db_gecos_map + $primary_user_db_subscribe_date_map + $user_db_gecos_maps + $user_db_subscribe_date_maps
Diffstat (limited to 'fml/etc/src/config.cf.ja')
-rw-r--r--fml/etc/src/config.cf.ja/user.cf25
1 files changed, 25 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.ja/user.cf b/fml/etc/src/config.cf.ja/user.cf
new file mode 100644
index 00000000..6f9279d6
--- /dev/null
+++ b/fml/etc/src/config.cf.ja/user.cf
@@ -0,0 +1,25 @@
+=head1 ユーザ情報
+
+# Descriptions: primary { address => gecos_field } map.
+# History: none
+# Value: map
+# Examples:
+primary_user_db_gecos_map = $db_dir/gecos
+
+# Descriptions: { address => gecos_field } maps.
+# History: none
+# Value: map
+# Examples:
+user_db_gecos_maps = $primary_user_db_gecos_map
+
+# Descriptions: primary { address => unix time when subscribed } map.
+# History: none
+# Value: map
+# Examples:
+primary_user_db_subscribe_date_map = $db_dir/subscribe_date
+
+# Descriptions: { address => unix time when subscribed } maps.
+# History: none
+# Value: map
+# Examples:
+user_db_subscribe_date_maps = $primary_user_db_subscribe_date_map