Hello community, here is the log from the commit of package yast2-ntp-client for openSUSE:12.2 checked in at 2012-07-18 17:54:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.2/yast2-ntp-client (Old) and /work/SRC/openSUSE:12.2/.yast2-ntp-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ntp-client", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.2/yast2-ntp-client/yast2-ntp-client.changes 2012-06-25 16:18:33.000000000 +0200 +++ /work/SRC/openSUSE:12.2/.yast2-ntp-client.new/yast2-ntp-client.changes 2012-07-18 17:54:10.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jul 18 14:14:03 UTC 2012 - [email protected] + +- bnc#771340 - Configuring NTP in YaST2 the service does not start +- bnc#753936 - yast2 ntp-client creates ntp.conf with syntax error + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ntp-client.spec ++++++ +++ empty output from diff against yast2-ntp-client.spec ++++++ 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/widgets.ycp new/yast2-ntp-client-2.21.2/src/widgets.ycp --- old/yast2-ntp-client-2.21.2/src/widgets.ycp 2011-10-25 12:59:00.000000000 +0200 +++ new/yast2-ntp-client-2.21.2/src/widgets.ycp 2012-07-18 16:16:37.000000000 +0200 @@ -788,6 +788,12 @@ string address = NtpClient::selected_record["address"]:""; string opts = (string) UI::QueryWidget(`id("ac_options"), `Value); + if( address == "" ) + return; + if( NtpClient::PolicyIsNonstatic() ) { + NtpClient::restrict_map = $[]; + return; + } if( haskey( NtpClient::restrict_map, address) ) NtpClient::restrict_map[address, "options"] = opts; else -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
