Author: gs Date: Wed Jul 13 14:13:00 2011 New Revision: 64789 URL: http://svn.opensuse.org/viewcvs/yast?rev=64789&view=rev Log: correct comment and milestone logging Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/fcoe-client_finish.ycp Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/fcoe-client_finish.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/fcoe-client_finish.ycp?rev=64789&r1=64788&r2=64789&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/fcoe-client_finish.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/fcoe-client_finish.ycp Wed Jul 13 14:13:00 2011 @@ -58,17 +58,17 @@ if ( card["fcoe_vlan"]:"" != FcoeClient::NOT_AVAILABLE && card["fcoe_vlan"]:"" != FcoeClient::NOT_CONFIGURED ) { - // FCoE VLAN interface is configured + // FCoE VLAN interface is configured -> start services start_services = true; } } ); + if ( start_services ) { + y2milestone( "Enabling service start of fcoe and lldpad" ); Service::Enable("fcoe"); Service::Enable("lldpad"); } - y2milestone("fcoe and lldpad services enabled"); - } else { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org