![](https://seccdn.libravatar.org/avatar/1221572c74a1df78a3aa2625b979eb21.jpg?s=120&d=mm&r=g)
Author: gs Date: Mon Jul 4 10:17:30 2011 New Revision: 64712 URL: http://svn.opensuse.org/viewcvs/yast?rev=64712&view=rev Log: enable start of services at boot Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.ycp Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/fcoe-c... ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.ycp Mon Jul 4 10:17:30 2011 @@ -98,6 +98,11 @@ // restart fcoemon y2milestone( "Restarting FCoE" ); FcoeClient::RestartServiceFcoe(); + // enable start of services + y2milestone( "Enabling service start of fcoe and lldpad" ); + FcoeClient::SetStartStatus( "fcoe", true ); + FcoeClient::SetStartStatus( "lldpad", true ); + FcoeClient::AdjustStartStatus(); // reset modified flag FcoeClient::SetModified( false ); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org