Author: gs Date: Thu Oct 27 13:41:30 2011 New Revision: 66624
URL: http://svn.opensuse.org/viewcvs/yast?rev=66624&view=rev Log: don't enable services during installation
Modified: trunk/fcoe-client/src/inst_fcoe-client.ycp
Modified: trunk/fcoe-client/src/inst_fcoe-client.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/fcoe-client/src/inst_fcoe-client.... ============================================================================== --- trunk/fcoe-client/src/inst_fcoe-client.ycp (original) +++ trunk/fcoe-client/src/inst_fcoe-client.ycp Thu Oct 27 13:41:30 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 ); }
yast-commit@lists.opensuse.org