Author: kmachalkova Date: Tue Nov 24 13:57:47 2009 New Revision: 59732 URL: http://svn.opensuse.org/viewcvs/yast?rev=59732&view=rev Log: ... but we need retrieve those two instead so they should be defined here Modified: trunk/network/src/modules/DNS.ycp trunk/network/testsuite/tests/Network_YaPI.out trunk/network/testsuite/tests/Network_YaPI.ycp Modified: trunk/network/src/modules/DNS.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/modules/DNS.ycp?rev=59732&r1=59731&r2=59732&view=diff ============================================================================== --- trunk/network/src/modules/DNS.ycp (original) +++ trunk/network/src/modules/DNS.ycp Tue Nov 24 13:57:47 2009 @@ -18,7 +18,6 @@ import "NetHwDetection"; import "Hostname"; import "IP"; -import "NetworkConfig"; import "NetworkInterfaces"; import "ProductFeatures"; import "Progress"; Modified: trunk/network/testsuite/tests/Network_YaPI.out URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/testsuite/tests/Network_YaPI.out?rev=59732&r1=59731&r2=59732&view=diff ============================================================================== --- trunk/network/testsuite/tests/Network_YaPI.out (original) +++ trunk/network/testsuite/tests/Network_YaPI.out Tue Nov 24 13:57:47 2009 @@ -1,5 +1,7 @@ Read .target.tmpdir nil Log Failed to set temporary directory: nil +Read .sysconfig.network.dhcp.DHCLIENT_SET_HOSTNAME "no" +Read .sysconfig.network.dhcp.WRITE_HOSTNAME_TO_HOSTS "no" Read .target.size "/etc/install.inf" 27 Read .etc.install_inf nil Read .sysconfig.network.config.NETCONFIG_DNS_POLICY nil Modified: trunk/network/testsuite/tests/Network_YaPI.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/testsuite/tests/Network_YaPI.ycp?rev=59732&r1=59731&r2=59732&view=diff ============================================================================== --- trunk/network/testsuite/tests/Network_YaPI.ycp (original) +++ trunk/network/testsuite/tests/Network_YaPI.ycp Tue Nov 24 13:57:47 2009 @@ -13,6 +13,10 @@ "config" : $[ "NETCONFIG_DNS_STATIC_SERVERS" : "208.67.222.222 208.67.220.220", "NETCONFIG_DNS_STATIC_SEARCHLIST" : "suse.cz suse.de" + ], + "dhcp" : $[ + "DHCLIENT_SET_HOSTNAME" : "no", + "WRITE_HOSTNAME_TO_HOSTS" : "no" ] ], ], -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org