]> err.no Git - util-linux/commit
hwclock: fix --rtc option
authorMatthias Koenig <mkoenig@suse.de>
Thu, 20 Sep 2007 09:11:18 +0000 (11:11 +0200)
committerKarel Zak <kzak@redhat.com>
Sun, 23 Sep 2007 19:38:53 +0000 (21:38 +0200)
commitaf03fcfeccdec0aa537dd4373a773cdf0d6d7892
tree8b36c5516dd555df13bc21338f76d0c27817df84
parent5588d9a2e6cd79f2beba5e7669f874a5b9671bbb
hwclock: fix --rtc option

The --rtc option does not set the name of the device correctly.
It still uses /dev/rtc even if the --rtc option is given.

Testcase:
$ mv /dev/rtc /dev/foo
$ hwclock --show --debug --rtc=/dev/foo
hwclock from util-linux-2.13-rc2
Using /dev interface to clock.
Last drift adjustment done at 1190198135 seconds after 1969
Last calibration done at 1190198135 seconds after 1969
Hardware clock is on local time
Assuming hardware clock is kept in local time.
Waiting for clock tick...
hwclock: open() of /dev/rtc failed, errno=2: No such file or directory.
...got clock tick

Co-Author: Karel Zak <kzak@redhat.com>
Signed-off-by: Matthias Koenig <mkoenig@suse.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
hwclock/rtc.c