﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1984	hwclock man page is incorrect	Arthur Demchenkov	lfs-book@…	"As we know /etc/adjtime is changed to /var/lib/hwclock/adjtime in the util-linux sources.[[BR]]

But there's still man page of hwclock remain with no changes.[[BR]]

So I suppose it's better to change the instruction
{{{
sed -i 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
    hwclock/hwclock.c
}}}
to
{{{
sed -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' -i $(grep -rl '/etc/adjtime' .)
}}}

And I think it's a good idea to add this instruction to '''setclock''' bootscript:[[BR]]

'''hwclock --adjust'''[[BR]]

Just like this:
{{{
        start)
                boot_mesg ""Setting system clock...""
                hwclock --adjust &>/dev/null
                hwclock --hctosys ${CLOCKPARAMS} &>/dev/null
                evaluate_retval
                ;;
}}}"	task	closed	normal		Book	SVN	normal	fixed		
