[yast-commit] r59952 - in /branches/SuSE-Code-11-SP1-Branch/country: VERSION package/yast2-country.changes timezone/src/dialogs.ycp
Author: jsuchome Date: Fri Dec 4 14:19:49 2009 New Revision: 59952 URL: http://svn.opensuse.org/viewcvs/yast?rev=59952&view=rev Log: - install ntp together with yast2-ntp-client (bnc#560732) - 2.17.39 Modified: branches/SuSE-Code-11-SP1-Branch/country/VERSION branches/SuSE-Code-11-SP1-Branch/country/package/yast2-country.changes branches/SuSE-Code-11-SP1-Branch/country/timezone/src/dialogs.ycp Modified: branches/SuSE-Code-11-SP1-Branch/country/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/country/VERSION?rev=59952&r1=59951&r2=59952&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/country/VERSION (original) +++ branches/SuSE-Code-11-SP1-Branch/country/VERSION Fri Dec 4 14:19:49 2009 @@ -1 +1 @@ -2.17.38 +2.17.39 Modified: branches/SuSE-Code-11-SP1-Branch/country/package/yast2-country.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/country/package/yast2-country.changes?rev=59952&r1=59951&r2=59952&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/country/package/yast2-country.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/country/package/yast2-country.changes Fri Dec 4 14:19:49 2009 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Dec 4 14:12:20 CET 2009 - jsuchome@suse.cz + +- install ntp together with yast2-ntp-client (bnc#560732) +- 2.17.39 + +------------------------------------------------------------------- Thu Nov 19 09:49:11 CET 2009 - jsuchome@suse.cz - show native language form also on installed system (bnc#555531) Modified: branches/SuSE-Code-11-SP1-Branch/country/timezone/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/country/timezone/src/dialogs.ycp?rev=59952&r1=59951&r2=59952&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/country/timezone/src/dialogs.ycp (original) +++ branches/SuSE-Code-11-SP1-Branch/country/timezone/src/dialogs.ycp Fri Dec 4 14:19:49 2009 @@ -262,7 +262,7 @@ ntp_used = (ret == `ntp); if (ntp_used && !Stage::initial () && !ntp_installed) { - ntp_installed = Package::Install ("yast2-ntp-client"); + ntp_installed = Package::InstallAll (["yast2-ntp-client", "ntp"]); if (!ntp_installed) { ntp_used = false; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn.opensuse.org