Mailinglist Archive: yast-commit (1224 mails)
| < Previous | Next > |
[yast-commit] r59641 - in /branches/SuSE-SLE-10-SP2-Branch/network: VERSION package/yast2-network.changes src/clients/dns.ycp
- From: mzugec@xxxxxxxxxxxxxxxx
- Date: Fri, 20 Nov 2009 09:26:26 -0000
- Message-id: <E1NBPl4-0002eS-6j@xxxxxxxxxxxxxxxx>
Author: mzugec
Date: Fri Nov 20 10:26:25 2009
New Revision: 59641
URL: http://svn.opensuse.org/viewcvs/yast?rev=59641&view=rev
Log:
Do a proper reload of network service on writing (standalone) DNS
configuration (removed *-all-dhcp-clients workaround - bnc#528937)
Modified:
branches/SuSE-SLE-10-SP2-Branch/network/VERSION
branches/SuSE-SLE-10-SP2-Branch/network/package/yast2-network.changes
branches/SuSE-SLE-10-SP2-Branch/network/src/clients/dns.ycp
Modified: branches/SuSE-SLE-10-SP2-Branch/network/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP2-Branch/network/VERSION?rev=59641&r1=59640&r2=59641&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP2-Branch/network/VERSION (original)
+++ branches/SuSE-SLE-10-SP2-Branch/network/VERSION Fri Nov 20 10:26:25 2009
@@ -1 +1 @@
-2.13.119.1
+2.13.119.2
Modified: branches/SuSE-SLE-10-SP2-Branch/network/package/yast2-network.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP2-Branch/network/package/yast2-network.changes?rev=59641&r1=59640&r2=59641&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP2-Branch/network/package/yast2-network.changes
(original)
+++ branches/SuSE-SLE-10-SP2-Branch/network/package/yast2-network.changes Fri
Nov 20 10:26:25 2009
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Thu Nov 5 11:47:26 CET 2009 - mzugec@xxxxxxx
+
+- Do a proper reload of network service on writing (standalone) DNS
+ configuration (removed *-all-dhcp-clients workaround - bnc#528937)
+- 2.13.119.2
+
+-------------------------------------------------------------------
Mon Jul 13 16:43:57 CEST 2009 - kmachalkova@xxxxxxx
- Collective SP2 update for several bugs:
Modified: branches/SuSE-SLE-10-SP2-Branch/network/src/clients/dns.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP2-Branch/network/src/clients/dns.ycp?rev=59641&r1=59640&r2=59641&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP2-Branch/network/src/clients/dns.ycp (original)
+++ branches/SuSE-SLE-10-SP2-Branch/network/src/clients/dns.ycp Fri Nov 20
10:26:25 2009
@@ -21,7 +21,7 @@
import "DNS";
import "Label";
import "Lan";
-import "Service";
+import "NetworkService";
import "Wizard";
import "CommandLine";
@@ -54,11 +54,10 @@
y2debug("ret == %1", ret);
if(ret == `next && DNS::modified) {
- // #38834
- Service::RunInitScript("network", "stop-all-dhcp-clients");
DNS::Write();
- // #41303
- Service::RunInitScript("network", "start");
+ // no more workarounds with dhcp-clients
+ // do a full network restart (bnc#528937)
+ NetworkService::StartStop();
}
UI::CloseDialog();
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Fri Nov 20 10:26:25 2009
New Revision: 59641
URL: http://svn.opensuse.org/viewcvs/yast?rev=59641&view=rev
Log:
Do a proper reload of network service on writing (standalone) DNS
configuration (removed *-all-dhcp-clients workaround - bnc#528937)
Modified:
branches/SuSE-SLE-10-SP2-Branch/network/VERSION
branches/SuSE-SLE-10-SP2-Branch/network/package/yast2-network.changes
branches/SuSE-SLE-10-SP2-Branch/network/src/clients/dns.ycp
Modified: branches/SuSE-SLE-10-SP2-Branch/network/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP2-Branch/network/VERSION?rev=59641&r1=59640&r2=59641&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP2-Branch/network/VERSION (original)
+++ branches/SuSE-SLE-10-SP2-Branch/network/VERSION Fri Nov 20 10:26:25 2009
@@ -1 +1 @@
-2.13.119.1
+2.13.119.2
Modified: branches/SuSE-SLE-10-SP2-Branch/network/package/yast2-network.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP2-Branch/network/package/yast2-network.changes?rev=59641&r1=59640&r2=59641&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP2-Branch/network/package/yast2-network.changes
(original)
+++ branches/SuSE-SLE-10-SP2-Branch/network/package/yast2-network.changes Fri
Nov 20 10:26:25 2009
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Thu Nov 5 11:47:26 CET 2009 - mzugec@xxxxxxx
+
+- Do a proper reload of network service on writing (standalone) DNS
+ configuration (removed *-all-dhcp-clients workaround - bnc#528937)
+- 2.13.119.2
+
+-------------------------------------------------------------------
Mon Jul 13 16:43:57 CEST 2009 - kmachalkova@xxxxxxx
- Collective SP2 update for several bugs:
Modified: branches/SuSE-SLE-10-SP2-Branch/network/src/clients/dns.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP2-Branch/network/src/clients/dns.ycp?rev=59641&r1=59640&r2=59641&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP2-Branch/network/src/clients/dns.ycp (original)
+++ branches/SuSE-SLE-10-SP2-Branch/network/src/clients/dns.ycp Fri Nov 20
10:26:25 2009
@@ -21,7 +21,7 @@
import "DNS";
import "Label";
import "Lan";
-import "Service";
+import "NetworkService";
import "Wizard";
import "CommandLine";
@@ -54,11 +54,10 @@
y2debug("ret == %1", ret);
if(ret == `next && DNS::modified) {
- // #38834
- Service::RunInitScript("network", "stop-all-dhcp-clients");
DNS::Write();
- // #41303
- Service::RunInitScript("network", "start");
+ // no more workarounds with dhcp-clients
+ // do a full network restart (bnc#528937)
+ NetworkService::StartStop();
}
UI::CloseDialog();
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |