[yast-commit] r64818 - /branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp
Author: gs Date: Thu Jul 14 14:25:02 2011 New Revision: 64818 URL: http://svn.opensuse.org/viewcvs/yast?rev=64818&view=rev Log: adjust/add comments Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp?rev=64818&r1=64817&r2=64818&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp Thu Jul 14 14:25:02 2011 @@ -635,7 +635,7 @@ global boolean ReadFcoeConfig() { list <string> options = (list<string>) SCR::Dir(.fcoe); - y2debug( "List of options: %1", options ); + y2milestone( "List of options: %1", options ); if ( options == [] || options == nil ) return false; @@ -865,12 +865,13 @@ ], "" ); - // TODO things to do in case of Mode::autoinst()/autoupgrade() ??? - // see IscsiClient.ycp, line 236, 241 - // TODO is_running - used or obsolete ??? + // iscsi-client prepares for AutoYaST in Mode::autoinst()/autoupgrade() + // (see IscsiClient.ycp, line 236, 241) + // These things are done in fcoe-client_auto.ycp (should be sufficient there) + boolean is_running = Progress::IsRunning(); - y2milestone( "**** Progress still running: %1", is_running ); + y2debug( "**** Progress still running: %1", is_running ); // write settings if(PollAbort()) return false; @@ -901,7 +902,8 @@ // adjust start status of services lldpad and fcoe AdjustStartStatus(); - // TODO - add additional package ??? like in IscsiClient.ycp, line 257 + // Adding additional package (like in IscsiClient.ycp, line 257) + // is done in inst_fcoe-client.ycp (PackagesProposal::AddResolvables) sleep(sl); if(PollAbort()) return 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