http://bugzilla.novell.com/show_bug.cgi?id=627818 http://bugzilla.novell.com/show_bug.cgi?id=627818#c3 --- Comment #3 from Jiří Suchomel <jsuchome@novell.com> 2010-08-10 09:41:53 UTC --- I'd expect the change in NTP client should be something like this: =================================================================== --- ntp-client_proposal.ycp (revision 62371) +++ ntp-client_proposal.ycp (working copy) @@ -77,7 +77,7 @@ } boolean GetNTPEnabled () { - return Service::Enabled (NtpClient::service_name); + return NtpClient::synchronize_time || Service::Enabled (NtpClient::service_name); } .. but NtpClient::synchronize_time is only initialized in NtpClient::Read which is not called in that parts of proposal -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.