[yast-commit] r57787 - /trunk/network/src/clients/save_network.ycp

Author: mzugec Date: Mon Jun 29 11:59:25 2009 New Revision: 57787 URL: http://svn.opensuse.org/viewcvs/yast?rev=57787&view=rev Log: fixed previous patch Modified: trunk/network/src/clients/save_network.ycp Modified: trunk/network/src/clients/save_network.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/clients/save_network.... ============================================================================== --- trunk/network/src/clients/save_network.ycp (original) +++ trunk/network/src/clients/save_network.ycp Mon Jun 29 11:59:25 2009 @@ -344,7 +344,7 @@ // write DHCPTimeout linuxrc parameter as /etc/sysconfig/network/config.WAIT_FOR_INTERFACES (bnc#396824) if(size(InstallInf["dhcptimeout"]:"")>0){ - SCR::Write(.sysconfig.network.config.WAIT_FOR_INTERFACES, "20"); + SCR::Write(.sysconfig.network.config.WAIT_FOR_INTERFACES, InstallInf["dhcptimeout"]:""); y2milestone("Writing WAIT_FOR_INTERFACES=%1", InstallInf["dhcptimeout"]:""); } -- 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