Mailinglist Archive: yast-commit (322 mails)

< Previous Next >
[yast-commit] r66834 - /branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/fcoe-client_finish.ycp
Author: gs
Date: Wed Nov 16 15:07:28 2011
New Revision: 66834

URL: http://svn.opensuse.org/viewcvs/yast?rev=66834&view=rev
Log:
service lldpad has to be enabled first

Modified:
branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/fcoe-client_finish.ycp

Modified:
branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/fcoe-client_finish.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/fcoe-client_finish.ycp?rev=66834&r1=66833&r2=66834&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/fcoe-client_finish.ycp
(original)
+++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/fcoe-client_finish.ycp Wed
Nov 16 15:07:28 2011
@@ -89,8 +89,9 @@
if ( start_services )
{
y2milestone( "Enabling service start of fcoe and lldpad" );
- Service::Enable("boot.fcoe");
+ // service lldpad has to be enabled first
Service::Enable("boot.lldpad");
+ Service::Enable("boot.fcoe");
}
}
else

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages