Hello community, here is the log from the commit of package yast2-ntp-client for openSUSE:Factory checked in at 2012-10-16 13:09:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-ntp-client (Old) and /work/SRC/openSUSE:Factory/.yast2-ntp-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ntp-client", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes 2012-07-18 17:54:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes 2012-10-16 13:09:40.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Aug 15 08:06:07 UTC 2012 - [email protected] + +- bnc#775926 - During installation ntp is not configured correctly after accessing the Change Date and Time screen + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ntp-client-2.21.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-2.21.2/src/ntp-client_finish.ycp new/yast2-ntp-client-2.21.2/src/ntp-client_finish.ycp --- old/yast2-ntp-client-2.21.2/src/ntp-client_finish.ycp 2010-04-09 13:35:54.000000000 +0200 +++ new/yast2-ntp-client-2.21.2/src/ntp-client_finish.ycp 2012-08-15 10:05:37.000000000 +0200 @@ -21,9 +21,7 @@ param = (map)WFM::Args(1); } -y2milestone ("starting ntp-client_finish"); -y2debug("func=%1", func); -y2debug("param=%1", param); +y2milestone ("starting ntp-client_finish func=%1 param=%2",func, param); if (func == "Info") { @@ -43,6 +41,7 @@ list<string> ss = NtpClient::GetUsedNtpServers(); // ntp.conf from the RPM + NtpClient::config_has_been_read = false; NtpClient::ProcessNtpConf(); // put users server(s) back -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
