diff options
author | Karel Zak | 2018-07-18 13:59:15 +0200 |
---|---|---|
committer | Karel Zak | 2018-07-18 13:59:15 +0200 |
commit | df4f1a664700626f0b949a0cae87a3a735be46db (patch) | |
tree | 3711eb34ceac8cffa317d52a4b3fc5f195dac058 /Documentation | |
parent | build-sys: add -Wno-cast-function-type for python (diff) | |
download | kernel-qcow2-util-linux-df4f1a664700626f0b949a0cae87a3a735be46db.tar.gz kernel-qcow2-util-linux-df4f1a664700626f0b949a0cae87a3a735be46db.tar.xz kernel-qcow2-util-linux-df4f1a664700626f0b949a0cae87a3a735be46db.zip |
hwclock: add --delay <seconds>
* add command line option --delay <seconds>
* read RTC type from /sys/class/rtc/rtc<N>/name
* default to 0.5 (500ms) for rtc_cmos or when RTC type is impossible
determine; otherwise delay is 0.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/TODO | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/TODO b/Documentation/TODO index 488cc0677..44c980581 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -65,8 +65,6 @@ hwlock - use /etc/adjtime as read-only for UTC/LOCAL information only - the /var/lib/hwclock/drift should be implemented backwardly compatible, it means use the file only if exists, otherwise follow /etc/adjtime - - add --delay-on-set <ms> to make possible to by-pass default 500ms delay on --set - https://marc.info/?l=util-linux-ng&m=146675599623002&w=2 bash completion --------------- |