Package: util-linux
Version: 2.12r-17
Request file in bug for ubuntu
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/103680
The hwclock init script /etc/init.d/hwclock.sh has a command line which
can be uncommented, but don't have a full path given.
In addition, there is a typo in the comment just above: s/enablig/enabling/
This is the corresponding patch:
@@ -68,9 +68,9 @@
# used.
#
# Please read /usr/share/doc/util-linux/README.Debian.hwclock
- # before enablig hwclock --adjust.
+ # before enabling hwclock --adjust.
- #hwclock --adjust $GMT $BADYEAR
+ #/sbin/hwclock --adjust $GMT $BADYEAR
:
if [ "$HWCLOCKACCESS" != no ]; then
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]