[yast-commit] r40772 - /trunk/network/src/clients/save_network.ycp
Author: kmachalkova Date: Wed Sep 5 15:20:37 2007 New Revision: 40772 URL: http://svn.opensuse.org/viewcvs/yast?rev=40772&view=rev Log: missing ; 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.ycp?rev=40772&r1=40771&r2=40772&view=diff ============================================================================== --- trunk/network/src/clients/save_network.ycp (original) +++ trunk/network/src/clients/save_network.ycp Wed Sep 5 15:20:37 2007 @@ -271,7 +271,7 @@ else //If we don't have search domain data, skip 'search' field, //do not leave out 'nameserver' completely - #298001 - text = sformat("nameserver %1\n", InstallInf["nameserver"]:"") + text = sformat("nameserver %1\n", InstallInf["nameserver"]:""); y2milestone("Write resolv.conf content: %1", text); SCR::Write(.target.string, "/etc/resolv.conf", text); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kmachalkova@svn.opensuse.org