blob: e7d506753e09611ba720705413611aef2aa65281 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
=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 =
# Descriptions: signature of ML maintainer (not used).
# History: $MAITAINER_SIGNATURE
# Value: STR
# Examples: Elena Lolabrigita
maintainer_signature =
=head2 default umask
# Descriptions:
# History:
# Value: UMASK
# Examples:
system_default_umask = 077
=head2 TIME ZONE
# Descriptions:
# History:
# Value: TIMEZONE
# Examples:
system_timezone = +0900
|