Author: gs Date: Tue Jul 5 15:34:31 2011 New Revision: 64752 URL: http://svn.opensuse.org/viewcvs/yast?rev=64752&view=rev Log: disable createing /etc/sysconfig (shouldn't be necessary) Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp?rev=64752&r1=64751&r2=64752&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp Tue Jul 5 15:34:31 2011 @@ -332,13 +332,13 @@ else { command = sformat( "fipvlan -c -s %1", dev_name ); // create and start FCoE - create_ifcfg = true; + // create_ifcfg = true; } } else { command = sformat( "fipvlan -c -s %1", dev_name ); - create_ifcfg = true; + // create_ifcfg = true; } y2milestone( "Executing command: %1", command ); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org