[yast-commit] r63293 - in /branches/SuSE-SLE-10-SP4-Branch/network: VERSION package/yast2-network.changes src/modules/DNS.ycp

Author: mvidner Date: Tue Feb 1 13:43:35 2011 New Revision: 63293 URL: http://svn.opensuse.org/viewcvs/yast?rev=63293&view=rev Log: - Dropped ag_xauth (.xauth.key), superseded since 2005 by $XAUTHLOCALHOSTNAME (bnc#660226, bnc#482223). - 2.13.140 "cherry-picked" from r56646 (2009-04-06) Modified: branches/SuSE-SLE-10-SP4-Branch/network/VERSION branches/SuSE-SLE-10-SP4-Branch/network/package/yast2-network.changes branches/SuSE-SLE-10-SP4-Branch/network/src/modules/DNS.ycp Modified: branches/SuSE-SLE-10-SP4-Branch/network/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/network... ============================================================================== --- branches/SuSE-SLE-10-SP4-Branch/network/VERSION (original) +++ branches/SuSE-SLE-10-SP4-Branch/network/VERSION Tue Feb 1 13:43:35 2011 @@ -1 +1 @@ -2.13.139 +2.13.140 Modified: branches/SuSE-SLE-10-SP4-Branch/network/package/yast2-network.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/network... ============================================================================== --- branches/SuSE-SLE-10-SP4-Branch/network/package/yast2-network.changes (original) +++ branches/SuSE-SLE-10-SP4-Branch/network/package/yast2-network.changes Tue Feb 1 13:43:35 2011 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Feb 1 13:05:46 CET 2011 - mvidner@suse.cz + +- Dropped ag_xauth (.xauth.key), superseded since 2005 by + $XAUTHLOCALHOSTNAME (bnc#660226, bnc#482223). +- 2.13.140 + +------------------------------------------------------------------- Tue Aug 17 10:18:13 CEST 2010 - mzugec@suse.de - L3: allow configured eth device for VLAN (bnc#625103) Modified: branches/SuSE-SLE-10-SP4-Branch/network/src/modules/DNS.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/network... ============================================================================== --- branches/SuSE-SLE-10-SP4-Branch/network/src/modules/DNS.ycp (original) +++ branches/SuSE-SLE-10-SP4-Branch/network/src/modules/DNS.ycp Tue Feb 1 13:43:35 2011 @@ -239,9 +239,6 @@ /* Allow to set hostname even if it's modified by DHCP (#13427) if(NetworkConfig::DHCP["DHCLIENT_SET_HOSTNAME"]:false != true) { */ - /* remember the X authorization key */ - string xauth_key = (string) SCR::Read(.xauth.key); - /* change the hostname */ SCR::Execute(.target.bash, "/bin/hostname " + hostname); @@ -251,9 +248,6 @@ /* Finish him */ RunSuSEconfig(); - /* update X authorization */ - SCR::Write(.xauth.key, xauth_key); - if(SCR::Read(.target.size, resolv_conf) < 0) SCR::Write(.target.string, resolv_conf, ""); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mvidner@svn2.opensuse.org