[yast-commit] r59953 - in /trunk/country: VERSION package/yast2-country.changes timezone/src/dialogs.ycp
Author: jsuchome Date: Fri Dec 4 14:19:59 2009 New Revision: 59953 URL: http://svn.opensuse.org/viewcvs/yast?rev=59953&view=rev Log: - install ntp together with yast2-ntp-client (bnc#560732) - 2.19.3 Modified: trunk/country/VERSION trunk/country/package/yast2-country.changes trunk/country/timezone/src/dialogs.ycp Modified: trunk/country/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/VERSION?rev=59953&r1=59952&r2=59953&view=diff ============================================================================== --- trunk/country/VERSION (original) +++ trunk/country/VERSION Fri Dec 4 14:19:59 2009 @@ -1 +1 @@ -2.19.2 +2.19.3 Modified: trunk/country/package/yast2-country.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/package/yast2-country.changes?rev=59953&r1=59952&r2=59953&view=diff ============================================================================== --- trunk/country/package/yast2-country.changes (original) +++ trunk/country/package/yast2-country.changes Fri Dec 4 14:19:59 2009 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Dec 4 14:11:30 CET 2009 - jsuchome@suse.cz + +- install ntp together with yast2-ntp-client (bnc#560732) +- 2.19.3 + +------------------------------------------------------------------- Thu Nov 19 12:47:43 CET 2009 - jsuchome@suse.cz - during installation set the system time based on time zone and Modified: trunk/country/timezone/src/dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/timezone/src/dialogs.ycp?rev=59953&r1=59952&r2=59953&view=diff ============================================================================== --- trunk/country/timezone/src/dialogs.ycp (original) +++ trunk/country/timezone/src/dialogs.ycp Fri Dec 4 14:19:59 2009 @@ -268,7 +268,7 @@ // need to install it first? if (ntp_rb && !Stage::initial () && !ntp_installed) { - ntp_installed = Package::Install ("yast2-ntp-client"); + ntp_installed = Package::InstallAll (["yast2-ntp-client", "ntp"]); // succeeded? create UI, otherwise revert the click if (!ntp_installed) { -- 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