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 | |
| parent | 012c66047885129ac773360f9cce9df2f9e24948 (diff) | |
| download | fml8-b23ada62e75fb82fc687a8d793ba99d6a8ab0f89.tar.gz fml8-b23ada62e75fb82fc687a8d793ba99d6a8ab0f89.tar.bz2 fml8-b23ada62e75fb82fc687a8d793ba99d6a8ab0f89.zip | |
define $default_umask and $timezone
| -rw-r--r-- | fml/etc/.gen.sh | 4 | ||||
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 19 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/basic.cf | 19 |
3 files changed, 40 insertions, 2 deletions
diff --git a/fml/etc/.gen.sh b/fml/etc/.gen.sh index edf9cd0a..4c42ac0d 100644 --- a/fml/etc/.gen.sh +++ b/fml/etc/.gen.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FML: .gen.sh,v 1.9 2002/06/27 10:36:02 fukachan Exp $ +# $FML: .gen.sh,v 1.10 2002/07/25 00:07:19 fukachan Exp $ # tmp=default_config.cf.xx.$$ @@ -16,7 +16,7 @@ trap "rm -f $tmp" 0 1 3 15 _EOF_ egrep -r 'config.*get_hook' ../lib |\ - egrep -v '~:' |\ + egrep -v '~:|bak:' |\ sed -e 's/^.*get_hook(//' \ -e 's/);//' \ -e "s@'@@g" \ diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index c8224c26..3ad06279 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -73,18 +73,37 @@ 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 + =head1 ディレクトリ =head2 newml で初期化する 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 |
