[yast-commit] r66258 - /branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.ycp
![](https://seccdn.libravatar.org/avatar/1221572c74a1df78a3aa2625b979eb21.jpg?s=120&d=mm&r=g)
Author: gs Date: Wed Oct 5 13:32:28 2011 New Revision: 66258 URL: http://svn.opensuse.org/viewcvs/yast?rev=66258&view=rev Log: call WriteSysconfigFiles() Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.ycp Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.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/inst_fcoe-client.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.ycp Wed Oct 5 13:32:28 2011 @@ -85,12 +85,14 @@ y2milestone( "Adding package open-fcoe to pool" ); PackagesProposal::AddResolvables( "fcoe", `package, ["open-fcoe"] ); // write changes to config files - y2milestone( "Writing config files"); + y2milestone( "Writing FCoE config files"); FcoeClient::WriteFcoeConfig(); FcoeClient::WriteCfgFiles(); // restart fcoemon y2milestone( "Restarting FCoE" ); FcoeClient::RestartServiceFcoe(); + y2milestone( "Writing sysconfig files" ); + FcoeClient::WriteSysconfigFiles(); // enable start of services y2milestone( "Enabling service start of fcoe and lldpad" ); FcoeClient::SetStartStatus( "fcoe", true ); -- 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