[yast-commit] r51793 - in /trunk/installation: control/control.SLED.xml control/control.SLES.xml control/control.openSUSE.xml package/yast2-installation.changes
Author: locilka Date: Thu Oct 2 14:02:22 2008 New Revision: 51793 URL: http://svn.opensuse.org/viewcvs/yast?rev=51793&view=rev Log: - Added 'default_ntp_setup' into control files (SLES/D: false, openSUSE: true) (bnc #431259). Modified: trunk/installation/control/control.SLED.xml trunk/installation/control/control.SLES.xml trunk/installation/control/control.openSUSE.xml trunk/installation/package/yast2-installation.changes Modified: trunk/installation/control/control.SLED.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/control/control.SLED.xml?rev=51793&r1=51792&r2=51793&view=diff ============================================================================== --- trunk/installation/control/control.SLED.xml (original) +++ trunk/installation/control/control.SLED.xml Thu Oct 2 14:02:22 2008 @@ -147,6 +147,9 @@ <!-- #303798: YaST2 runlevel editor: offer easy enablement and configuration of runlevel 4 --> <rle_offer_rulevel_4 config:type="boolean">true</rle_offer_rulevel_4> + + <!-- bnc #431259 --> + <default_ntp_setup config:type="boolean">false</default_ntp_setup> </globals> <software> Modified: trunk/installation/control/control.SLES.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/control/control.SLES.xml?rev=51793&r1=51792&r2=51793&view=diff ============================================================================== --- trunk/installation/control/control.SLES.xml (original) +++ trunk/installation/control/control.SLES.xml Thu Oct 2 14:02:22 2008 @@ -87,6 +87,9 @@ <!-- FATE: #303893: Default to enabled kdump --> <enable_kdump config:type="boolean">true</enable_kdump> + + <!-- bnc #431259 --> + <default_ntp_setup config:type="boolean">false</default_ntp_setup> </globals> <software> Modified: trunk/installation/control/control.openSUSE.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/control/control.openSUSE.xml?rev=51793&r1=51792&r2=51793&view=diff ============================================================================== --- trunk/installation/control/control.openSUSE.xml (original) +++ trunk/installation/control/control.openSUSE.xml Thu Oct 2 14:02:22 2008 @@ -153,6 +153,9 @@ <!-- #303798: YaST2 runlevel editor: offer easy enablement and configuration of runlevel 4 --> <rle_offer_rulevel_4 config:type="boolean">false</rle_offer_rulevel_4> + + <!-- bnc #431259 --> + <default_ntp_setup config:type="boolean">true</default_ntp_setup> </globals> <software> Modified: trunk/installation/package/yast2-installation.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-installation.changes?rev=51793&r1=51792&r2=51793&view=diff ============================================================================== --- trunk/installation/package/yast2-installation.changes (original) +++ trunk/installation/package/yast2-installation.changes Thu Oct 2 14:02:22 2008 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Oct 2 14:00:49 CEST 2008 - locilka@suse.cz + +- Added 'default_ntp_setup' into control files (SLES/D: false, + openSUSE: true) (bnc #431259). + +------------------------------------------------------------------- Thu Oct 2 11:39:48 CEST 2008 - locilka@suse.cz - Using two default desktops, one for inst_scenarios, another -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn.opensuse.org