Mailinglist Archive: opensuse-commit (561 mails)
| < Previous | Next > |
commit yast2-ntp-client for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 28 Jun 2010 11:36:30 +0200
- Message-id: <20100628093631.0F66320246@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package yast2-ntp-client for openSUSE:Factory
checked in at Mon Jun 28 11:36:30 CEST 2010.
--------
--- yast2-ntp-client/yast2-ntp-client.changes 2010-04-21 16:54:33.000000000
+0200
+++ /mounts/work_src_done/STABLE/yast2-ntp-client/yast2-ntp-client.changes
2010-06-24 08:02:26.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 24 06:00:41 UTC 2010 - varkoly@xxxxxxxxxx
+
+- bnc#598856 - empty NTP server list on time setup
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-ntp-client.spec ++++++
--- /var/tmp/diff_new_pack.YFaWUX/_old 2010-06-28 11:36:03.000000000 +0200
+++ /var/tmp/diff_new_pack.YFaWUX/_new 2010-06-28 11:36:03.000000000 +0200
@@ -20,7 +20,7 @@
Name: yast2-ntp-client
Version: 2.18.1
-Release: 2
+Release: 3
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-ntp-client-2.18.1.tar.bz2
++++++ yast2-ntp-client-2.18.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-ntp-client-2.18.1/src/ntp-client_proposal.ycp
new/yast2-ntp-client-2.18.1/src/ntp-client_proposal.ycp
--- old/yast2-ntp-client-2.18.1/src/ntp-client_proposal.ycp 2010-04-09
16:56:54.000000000 +0200
+++ new/yast2-ntp-client-2.18.1/src/ntp-client_proposal.ycp 2010-06-24
08:00:04.000000000 +0200
@@ -42,6 +42,7 @@
param = (map)WFM::Args(1);
}
+y2milestone("ntp-client_proposal called func %1 param %2",func,param);
string ui_help_text() {
// help text
@@ -128,6 +129,7 @@
if( NtpClient::config_has_been_read || NtpClient::ntp_selected)
{
+ y2milestone("ntp_items will be filled from /etc/ntp.conf");
// grr, GUNS means all of them are used and here we just pick one
ntp_items = maplist(string server, NtpClient::GetUsedNtpServers(),{
return `item(`id(server), server);
@@ -140,7 +142,7 @@
would it have sense if implemented properly?
real proposal starts here, it is ui_read before...
*/
-
+ y2milestone("ntp_items :%1", ntp_items);
if( ntp_items == [])
{
y2milestone("Nothing found in /etc/ntp.conf, proposing current
language-based NTP server list");
@@ -172,7 +174,7 @@
`HBox (
`HSpacing (0.5),
// check box label
- `Left (`CheckBox (`id (`ntp_save), _("&Save NTP
Configuration")))
+ `Left (`CheckBox (`id (`ntp_save), _("&Save NTP
Configuration"), true ))
)
)),
`HWeight (1, `VBox (
@@ -203,13 +205,7 @@
boolean ntp_used = (first_time && !Stage::initial ()) ?
GetNTPEnabled () : NtpClient::ntp_selected;
- if (first_time)
- // ntp_used with first_time means that ntp service is enabled
- UI::ChangeWidget (`id(`ntp_save), `Value, ntp_used);
-
- // ntp_was_used = ntp_used;
- if (ntp_used)
- MakeProposal (country);
+ MakeProposal (country);
return ntp_used;
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |