diff options
| author | fukachan <fukachan> | 2002-09-14 01:22:20 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-09-14 01:22:20 +0000 |
| commit | b23ada62e75fb82fc687a8d793ba99d6a8ab0f89 (patch) | |
| tree | 67a3f0c5135a688c322a6a3e2f63ab35ace8ec57 /fml/etc/src/config.cf.ja/basic.cf | |
| parent | 012c66047885129ac773360f9cce9df2f9e24948 (diff) | |
| download | fml8-b23ada62e75fb82fc687a8d793ba99d6a8ab0f89.tar.gz fml8-b23ada62e75fb82fc687a8d793ba99d6a8ab0f89.tar.bz2 fml8-b23ada62e75fb82fc687a8d793ba99d6a8ab0f89.zip | |
define $default_umask and $timezone
Diffstat (limited to 'fml/etc/src/config.cf.ja/basic.cf')
| -rw-r--r-- | fml/etc/src/config.cf.ja/basic.cf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.ja/basic.cf b/fml/etc/src/config.cf.ja/basic.cf index 0ac2df36..651c2d2a 100644 --- a/fml/etc/src/config.cf.ja/basic.cf +++ b/fml/etc/src/config.cf.ja/basic.cf @@ -16,14 +16,33 @@ default_charset = iso-2022-jp =head2 default modes + # Descriptions: ファイルを作成する時のデフォルトモード # History: # Value: # Examples: default_file_mode = 0600 + # Descriptions: ディレクトリを作成する時のデフォルトモード # History: # Value: # Examples: default_directory_mode = 0755 + + +# Descriptions: +# History: +# Value: +# Examples: +default_umask = 077 + + +=head2 TIME ZONE + + +# Descriptions: +# History: +# Value: +# Examples: +timezone = +0900 |
