From: J William Piggott Date: Tue, 20 Jun 2017 00:30:58 +0000 (-0400) Subject: hwclock: add audit for --systz X-Git-Tag: v2.31-rc1~271^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cb89055c57143f120a404e1c00757eb1b7d41b0;p=thirdparty%2Futil-linux.git hwclock: add audit for --systz Signed-off-by: J William Piggott --- diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index f6a87c7f1c..0f604960cf 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 */