3 # $NetBSD: rtclocaltime,v 1.8 2009/04/08 13:18:56 martin Exp $
6 # PROVIDE: rtclocaltime
7 # REQUIRE: mountcritremote
10 $_rc_subr_loaded .
/etc
/rc.subr
14 start_cmd
="rtclocaltime_start"
20 offset = -int(strftime("%z"));
27 minutes = offset % 100;
28 hours = int(offset / 100);
29 offset = sign * (hours * 60 + minutes);
33 echo "Setting RTC offset to ${rtcoff}."
34 sysctl
-qw kern.rtc_offset
=${rtcoff}