Mailinglist Archive: yast-commit (322 mails)
| < Previous | Next > |
[yast-commit] r66834 - /branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/fcoe-client_finish.ycp
- From: gs@xxxxxxxxxxxxxxxxx
- Date: Wed, 16 Nov 2011 14:07:28 -0000
- Message-id: <20111116140728.D904E32C34@svn2.opensuse.org>
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
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 > |