[yast-commit] r67158 - in /branches/SuSE-Code-11-SP2-Branch/fcoe-client: package/yast2-fcoe-client.changes src/FcoeClient.ycp
Author: gs Date: Thu Jan 12 13:40:16 2012 New Revision: 67158 URL: http://svn.opensuse.org/viewcvs/yast?rev=67158&view=rev Log: workaround removed, bnc #737798 is fixed Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/package/yast2-fcoe-client.changes branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/package/yast2-fcoe-client.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/fcoe-c... ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/fcoe-client/package/yast2-fcoe-client.changes (original) +++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/package/yast2-fcoe-client.changes Thu Jan 12 13:40:16 2012 @@ -2,8 +2,7 @@ Thu Jan 12 10:04:53 CET 2012 - gs@suse.de - Call 'fipvlan' with option --link-up to be able to detect the - DCB state (bnc #737683), - restart fcoe on installed system (workaround for bnc #737798) + DCB state (bnc #737683) - 2.17.24 ------------------------------------------------------------------- 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-c... ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/FcoeClient.ycp Thu Jan 12 13:40:16 2012 @@ -615,11 +615,7 @@ if ( Service::Status( "boot.fcoe" ) != 0 ) { - // workaround for installed system (see bnc #737798) - if ( Stage::normal() ) - success = Service::Restart( "boot.fcoe" ); - else - success = Service::Start( "boot.fcoe" ); + success = Service::Start( "boot.fcoe" ); if ( success ) { -- 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