diff options
| author | fukachan <fukachan> | 2003-07-26 14:16:57 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-07-26 14:16:57 +0000 |
| commit | d7308cc59ef1f6806001dd1fba4d2c94da7730d1 (patch) | |
| tree | c7438a1dceacf91a4b5b4bb9055984faa879e348 /fml/etc/src/config.cf.en/basic.cf | |
| parent | 2cacd91acefa9309cd68fbd726be1eebdd5e4788 (diff) | |
| download | fml8-snap-20030726.tar.gz fml8-snap-20030726.tar.bz2 fml8-snap-20030726.zip | |
source of config.cf.en, translated config.cf.jasnap-20030726
Diffstat (limited to 'fml/etc/src/config.cf.en/basic.cf')
| -rw-r--r-- | fml/etc/src/config.cf.en/basic.cf | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/basic.cf b/fml/etc/src/config.cf.en/basic.cf new file mode 100644 index 00000000..b6f51e15 --- /dev/null +++ b/fml/etc/src/config.cf.en/basic.cf @@ -0,0 +1,53 @@ +=head1 basic parameters + +=head2 ML maintainers + +# Descriptions: ML maintainer. person who receives the error messages. +# History: fml 4.0's $MAINTAINER +# Value: rfc822_address +# Examples: elena-admin@fml.org +maintainer = + + +=head2 language + +default_charset = us-ascii + + +=head2 default modes + + +# Descriptions: default mode in creating file +# History: +# Value: +# Examples: +default_file_mode = 0600 + + +# Descriptions: default mode in mkdir +# History: +# Value: +# Examples: +default_directory_mode = 0755 + + +directory_public_mode = 0755 + +directory_private_mode = 0700 + + +# Descriptions: +# History: +# Value: +# Examples: +default_umask = 077 + + +=head2 TIME ZONE + + +# Descriptions: +# History: +# Value: +# Examples: +timezone = +0900 |
