summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..d581a2d
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,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')
+