]> err.no Git - util-linux/commit
hwclock: add --rtc=<path> option and support for /dev/rtc0
authorKarel Zak <kzak@redhat.com>
Mon, 19 Mar 2007 09:14:13 +0000 (10:14 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 19 Mar 2007 09:14:13 +0000 (10:14 +0100)
commit88681c5f1afe724ca914a7202225e6e640d37222
tree491491a942c1b0c1942397a43cd258382eabc645
parentde55796274c3cd39791567a79d35fd0d8b3ac383
hwclock: add --rtc=<path> option and support for /dev/rtc0

The patch to allow "hwclock --rtc /dev/rtc1" and so on,
since "/dev/rtc" may not be there and "/dev/rtc0" may not be
the right answer either.

The "--rtc" is compatible with next Bryan Henderson's hwclock
versions.

Signed-off-by: David Brownell <david-b@pacbell.net>
Signed-off-by: Karel Zak <kzak@redhat.com>
hwclock/clock.h
hwclock/hwclock.8
hwclock/hwclock.c
hwclock/rtc.c