diff options
| author | fukachan <fukachan> | 2001-01-24 14:32:21 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-01-24 14:32:21 +0000 |
| commit | 5236ef4becf0c725b286a656e0f025bc4e35ee72 (patch) | |
| tree | 208ec36727d13a951c066a7defc2d850bb95813f | |
| parent | 17b2d96f66fdcd97d1c4d930c9c2c32c0316e5ca (diff) | |
| download | fml8-5236ef4becf0c725b286a656e0f025bc4e35ee72.tar.gz fml8-5236ef4becf0c725b286a656e0f025bc4e35ee72.tar.bz2 fml8-5236ef4becf0c725b286a656e0f025bc4e35ee72.zip | |
remove default_umask, add default_directory_mode
| -rw-r--r-- | fml/etc/default_config.cf.ja | 3 | ||||
| -rw-r--r-- | fml/etc/defaults/basic.cf.ja | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/fml/etc/default_config.cf.ja b/fml/etc/default_config.cf.ja index 9620eba0..34bedd12 100644 --- a/fml/etc/default_config.cf.ja +++ b/fml/etc/default_config.cf.ja @@ -5,8 +5,7 @@ # ml_home_dir = /var/spool/ml/$ml_name -# default umask -default_umask = 0022 +default_directory_mode = 0755 =head1 Directories # $ml_home_dir is given from libexec/fmlwrapper. diff --git a/fml/etc/defaults/basic.cf.ja b/fml/etc/defaults/basic.cf.ja index 9b3f883d..ae389f8d 100644 --- a/fml/etc/defaults/basic.cf.ja +++ b/fml/etc/defaults/basic.cf.ja @@ -5,5 +5,4 @@ # ml_home_dir = /var/spool/ml/$ml_name -# default umask -default_umask = 0022 +default_directory_mode = 0755 |
