[yast-commit] r62897 - in /branches/SuSE-Code-11-Branch/network: VERSION package/yast2-network.changes src/lan/YaPI/NETWORK.pm yast2-network.spec.in
Author: mzugec Date: Thu Nov 25 15:18:51 2010 New Revision: 62897 URL: http://svn.opensuse.org/viewcvs/yast?rev=62897&view=rev Log: reverted previous YaPI change (see bnc#624655c#14) Modified: branches/SuSE-Code-11-Branch/network/VERSION branches/SuSE-Code-11-Branch/network/package/yast2-network.changes branches/SuSE-Code-11-Branch/network/src/lan/YaPI/NETWORK.pm branches/SuSE-Code-11-Branch/network/yast2-network.spec.in Modified: branches/SuSE-Code-11-Branch/network/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/network/VERSION?rev=62897&r1=62896&r2=62897&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/network/VERSION (original) +++ branches/SuSE-Code-11-Branch/network/VERSION Thu Nov 25 15:18:51 2010 @@ -1 +1 @@ -2.17.78.3 +2.17.78.4 Modified: branches/SuSE-Code-11-Branch/network/package/yast2-network.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/network/package/yast2-network.changes?rev=62897&r1=62896&r2=62897&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/network/package/yast2-network.changes (original) +++ branches/SuSE-Code-11-Branch/network/package/yast2-network.changes Thu Nov 25 15:18:51 2010 @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Thu Nov 25 15:02:53 CET 2010 - mzugec@suse.cz + +- reverted previous YaPI change (see bnc#624655c#14) +- 2.17.78.4 + +------------------------------------------------------------------- +Thu Oct 7 21:54:29 CEST 2010 - ro@suse.de + +- add directory to filelist to fix build + +------------------------------------------------------------------- Fri Sep 3 15:29:37 CEST 2010 - mzugec@suse.cz - Proxy: correctly enclose user:password into quotes (bnc#616695) Modified: branches/SuSE-Code-11-Branch/network/src/lan/YaPI/NETWORK.pm URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/network/src/lan/YaPI/NETWORK.pm?rev=62897&r1=62896&r2=62897&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/network/src/lan/YaPI/NETWORK.pm (original) +++ branches/SuSE-Code-11-Branch/network/src/lan/YaPI/NETWORK.pm Thu Nov 25 15:18:51 2010 @@ -52,8 +52,7 @@ my %ret = ('interfaces'=>\%interfaces, 'routes'=>{'default'=>{'via'=>Routing->GetGateway()}}, 'dns'=>{'nameservers'=>\@{DNS->nameservers}, 'searches'=>\@{DNS->searchlist}}, - 'hostname'=>{'name'=>Hostname->CurrentHostname, 'domain'=>Hostname->CurrentDomain, 'dhcp_hostname'=>DNS->dhcp_hostname} -# 'hostname'=>{'name'=>Hostname->CurrentHostname, 'domain'=>Hostname->CurrentDomain} + 'hostname'=>{'name'=>Hostname->CurrentHostname, 'domain'=>Hostname->CurrentDomain} ); return \%ret; } @@ -97,7 +96,6 @@ DNS->Read(); DNS->hostname($args->{'hostname'}->{'name'}); DNS->domain($args->{'hostname'}->{'domain'}); - DNS->dhcp_hostname($args->{'hostname'}->{'dhcp_hostname'}) if (defined $args->{'hostname'}->{'dhcp_hostname'}); DNS->modified(1); DNS->Write(); return $ret; Modified: branches/SuSE-Code-11-Branch/network/yast2-network.spec.in URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/network/yast2-network.spec.in?rev=62897&r1=62896&r2=62897&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/network/yast2-network.spec.in (original) +++ branches/SuSE-Code-11-Branch/network/yast2-network.spec.in Thu Nov 25 15:18:51 2010 @@ -77,6 +77,7 @@ @clientdir@/*.ycp @moduledir@/*.ycp @moduledir@/*.ybc +%dir @moduledir@/YaPI/ @moduledir@/YaPI/NETWORK.pm @desktopdir@/*.desktop @scrconfdir@/*.scr -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mzugec@svn2.opensuse.org