hwclock bug #74
Mike Frysinger
vapier at gentoo.org
Tue Sep 27 17:45:47 UTC 2005
On Tuesday 27 September 2005 12:07 pm, Paul Fox wrote:
> can we close this bug?
>
> i believe that the current busybox hwclock applet is behaving
> correctly, and, indeed, it matches the behavior of any
> /sbin/hwclock i've found.
please do ... i never managed to get my head around those hwclock bugs
(there's a couple open atm actually, so if you could review all of them ...)
> i think the only issue to be resolved with hwclock, if any, is
> whether it should be trying to open /etc/adjtime (traditional) or
> /var/lib/hwclock/adjtime (current behavior).
i think we should either add support for both:
FILE *fp = fopen(/var/lib/hwclock/adjtime)
if (!fp) fp = fopen(/etc/adjtime)
or add a config option so you can select which one you want ... anyone care
either way ?
-mike
More information about the busybox
mailing list