summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.c
diff options
context:
space:
mode:
authorJ William Piggott2017-06-20 02:30:58 +0200
committerJ William Piggott2017-06-22 02:37:41 +0200
commit2cb89055c57143f120a404e1c00757eb1b7d41b0 (patch)
treedcb6955db06ee23361b188b143e2f33ef357ca7c /sys-utils/hwclock.c
parenthwclock: remove unused optstring characters (diff)
downloadkernel-qcow2-util-linux-2cb89055c57143f120a404e1c00757eb1b7d41b0.tar.gz
kernel-qcow2-util-linux-2cb89055c57143f120a404e1c00757eb1b7d41b0.tar.xz
kernel-qcow2-util-linux-2cb89055c57143f120a404e1c00757eb1b7d41b0.zip
hwclock: add audit for --systz
Signed-off-by: J William Piggott <elseifthen@gmx.com>
Diffstat (limited to 'sys-utils/hwclock.c')
-rw-r--r--sys-utils/hwclock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c
index f6a87c7f1..0f604960c 100644
--- a/sys-utils/hwclock.c
+++ b/sys-utils/hwclock.c
@@ -1425,6 +1425,7 @@ int main(int argc, char **argv)
case OPT_SYSTZ:
ctl.systz = 1; /* --systz */
ctl.show = 0;
+ ctl.hwaudit_on = 1;
break;
case OPT_PREDICT:
ctl.predict = 1; /* --predict */