summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: d581a2d6b79948e7e8f0046fab77dc188e68f6ee (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
option('privileged-group',
       type : 'string',
       value: 'wheel',
       description : 'The name of the group whose members have administrator privileges')

option('hwclock_conf',
       type : 'string',
       value: '/etc/hardwareclock',
       description : 'Hardware clock time config file')

option('adjtime_conf',
       type : 'string',
       value: '/etc/adjtime',
       description : 'Adjtimex config file')

option('ntpd_conf',
       type : 'string',
       value: '/etc/ntp.conf',
       description : 'NTP daemon config file')

option('ntpd_rc',
       type : 'string',
       value: '/etc/rc.d/rc.ntpd',
       description : 'NTP daemon start/stop script')