[yast-commit] r64712 - /branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.ycp
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-client/src/inst_fcoe-client.ycp?rev=64712&r1=64711&r2=64712&view=diff ============================================================================== --- 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
participants (1)
-
gs@svn2.opensuse.org