]> 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>
Thu, 20 Sep 2007 11:40:14 +0000 (13:40 +0200)
commit5d1f6bae3b298809ecd63b3e55f6ab30caaa4dbf
treed46cc323187dcbed3bf3bf2860a55b591f658e97
parentbf928360f292178c498aa6c87b5614bbd28feaed
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