diff options
| author | fukachan <fukachan> | 2006-03-19 01:13:39 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-03-19 01:13:39 +0000 |
| commit | 18f52de5aa19c7953e2a82416cf5e3cc1b48171d (patch) | |
| tree | f3f73c872bf2eaa56729cdf60848c467a9aeb78f | |
| parent | acaf309cc3e754ac7649ebb046c7528e8ffcd4f6 (diff) | |
| download | fml8-18f52de5aa19c7953e2a82416cf5e3cc1b48171d.tar.gz fml8-18f52de5aa19c7953e2a82416cf5e3cc1b48171d.tar.bz2 fml8-18f52de5aa19c7953e2a82416cf5e3cc1b48171d.zip | |
default_umask -> system_default_umask
| -rw-r--r-- | fml/etc/src/config.cf.en/basic.cf | 2 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/basic.cf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fml/etc/src/config.cf.en/basic.cf b/fml/etc/src/config.cf.en/basic.cf index fbfabb00..e7d50675 100644 --- a/fml/etc/src/config.cf.en/basic.cf +++ b/fml/etc/src/config.cf.en/basic.cf @@ -23,7 +23,7 @@ maintainer_signature = # History: # Value: UMASK # Examples: -default_umask = 077 +system_default_umask = 077 =head2 TIME ZONE diff --git a/fml/etc/src/config.cf.ja/basic.cf b/fml/etc/src/config.cf.ja/basic.cf index 49d155db..49a75fb1 100644 --- a/fml/etc/src/config.cf.ja/basic.cf +++ b/fml/etc/src/config.cf.ja/basic.cf @@ -23,7 +23,7 @@ maintainer_signature = # History: # Value: UMASK # Examples: -default_umask = 077 +system_default_umask = 077 =head2 TIME ZONE |
