]> err.no Git - util-linux/commit
hwclock: always pass --rtc to hwclock calls
authorScott James Remnant <scott@ubuntu.com>
Wed, 18 Feb 2009 14:41:04 +0000 (14:41 +0000)
committerLaMont Jones <lamont@debian.org>
Tue, 5 May 2009 00:19:36 +0000 (18:19 -0600)
commit32f08268226f7bdc51da78b6643f8ef8eb69bc44
tree49c8276127606d038d7c89058a96484247e5a95d
parenta46a3adbbd2278a33eee74bba700795e0db6bc13
hwclock: always pass --rtc to hwclock calls

There can always be more than one, and the first is generally /dev/rtc0
not /dev/rtc (unless udev has made a symlink - which it only does for
the CMOS driver).

Use --rtc=/dev/rtc0 on each call, letting the rtc0 bit be customised at
the top of the shell script
debian/hwclock.sh