[yast-commit] r52772 - in /trunk/network: VERSION package/yast2-network.changes src/modules/Lan.ycp
Author: mzugec Date: Fri Oct 31 08:56:11 2008 New Revision: 52772 URL: http://svn.opensuse.org/viewcvs/yast?rev=52772&view=rev Log: increase time to wait for NM to 15 seconds (bnc#439915) Modified: trunk/network/VERSION trunk/network/package/yast2-network.changes trunk/network/src/modules/Lan.ycp Modified: trunk/network/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/VERSION?rev=52772&r1=52771&r2=52772&view=diff ============================================================================== --- trunk/network/VERSION (original) +++ trunk/network/VERSION Fri Oct 31 08:56:11 2008 @@ -1 +1 @@ -2.17.48 +2.17.49 Modified: trunk/network/package/yast2-network.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/package/yast2-network.changes?rev=52772&r1=52771&r2=52772&view=diff ============================================================================== --- trunk/network/package/yast2-network.changes (original) +++ trunk/network/package/yast2-network.changes Fri Oct 31 08:56:11 2008 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Oct 30 10:52:58 CET 2008 - mzugec@suse.de + +- increase time to wait for NM to 15 seconds (bnc#439915) +- 2.14.49 + +------------------------------------------------------------------- Thu Oct 30 17:01:53 CET 2008 - kmachalkova@suse.cz - If no DNS search list exists in 2nd stage of installation, preset Modified: trunk/network/src/modules/Lan.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/modules/Lan.ycp?rev=52772&r1=52771&r2=52772&view=diff ============================================================================== --- trunk/network/src/modules/Lan.ycp (original) +++ trunk/network/src/modules/Lan.ycp Fri Oct 31 08:56:11 2008 @@ -473,7 +473,7 @@ if (NetworkService::IsManaged()) { boolean network=false; - integer timeout=10; + integer timeout=15; while(timeout>0) { if (NetworkService::isNetworkRunning()){ -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mzugec@svn.opensuse.org