[yast-commit] r66613 - /branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.ycp
![](https://seccdn.libravatar.org/avatar/1221572c74a1df78a3aa2625b979eb21.jpg?s=120&d=mm&r=g)
Author: gs Date: Thu Oct 27 10:27:49 2011 New Revision: 66613 URL: http://svn.opensuse.org/viewcvs/yast?rev=66613&view=rev Log: right place to enable services is fcoe-client_finish 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 Thu Oct 27 10:27:49 2011 @@ -93,11 +93,10 @@ FcoeClient::RestartServiceFcoe(); y2milestone( "Writing sysconfig files" ); FcoeClient::WriteSysconfigFiles(); - // enable start of services - y2milestone( "Enabling service start of fcoe and lldpad" ); - FcoeClient::SetStartStatus( "fcoe", true ); - FcoeClient::SetStartStatus( "lldpad", true ); - FcoeClient::AdjustStartStatus(); + + // start on boot of services 'fcoe' and 'lldpad' + // is enabled in fcoe-client_finish.ycp + // 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