On Fri, Aug 12, 2011 at 13:46:25 +0200, Ana Guerrero wrote: > --- chrony-1.24.orig/sys_linux.c > +++ chrony-1.24/sys_linux.c > @@ -819,6 +819,11 @@ > LOG_FATAL(LOGF_SysLinux, "Kernel version not supported yet, > sorry."); > } > break; > + case 3: > + /* These don't need scaling (treat like 2.6.28 and later) */ > + freq_scale = 1.0; > + have_readonly_adjtime = 2; > + break; > default: > LOG_FATAL(LOGF_SysLinux, "Kernel's major version not supported yet, > sorry"); > break;
Any particular reason you're not removing the LOG_FATAL thing entirely, and making the "new kernel" behaviour be the 'default' case? Cheers, Julien -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

