Author: locilka
Date: Tue Jun 30 23:56:46 2009
New Revision: 57811
URL: http://svn.opensuse.org/viewcvs/yast?rev=57811&view=rev
Log:
Created tag branch-SLE-10-SP3-2_13_218 for installation
Added:
tags/branch-SLE-10-SP3-2_13_218/installation/
- copied from r57810, branches/SuSE-SLE-10-SP3-Branch/installation/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: locilka
Date: Tue Jun 30 23:56:44 2009
New Revision: 57810
URL: http://svn.opensuse.org/viewcvs/yast?rev=57810&view=rev
Log:
Created tag branch-SLE-10-SP3-2_13_218
Added:
tags/branch-SLE-10-SP3-2_13_218/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: locilka
Date: Tue Jun 30 23:46:49 2009
New Revision: 57808
URL: http://svn.opensuse.org/viewcvs/yast?rev=57808&view=rev
Log:
Created tag branch-SLE-10-SP3-2_13_217 for installation
Added:
tags/branch-SLE-10-SP3-2_13_217/installation/
- copied from r57807, branches/SuSE-SLE-10-SP3-Branch/installation/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: locilka
Date: Tue Jun 30 23:46:47 2009
New Revision: 57807
URL: http://svn.opensuse.org/viewcvs/yast?rev=57807&view=rev
Log:
Created tag branch-SLE-10-SP3-2_13_217
Added:
tags/branch-SLE-10-SP3-2_13_217/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: locilka
Date: Tue Jun 30 23:46:32 2009
New Revision: 57806
URL: http://svn.opensuse.org/viewcvs/yast?rev=57806&view=rev
Log:
- Fixed getting the IP address to reconnect to after reboot during
installation using VNC (bnc #516430).
- 2.13.217
Modified:
branches/SuSE-SLE-10-SP3-Branch/installation/package/yast2-installation.changes
branches/SuSE-SLE-10-SP3-Branch/installation/startup/common/vnc.sh
Modified: branches/SuSE-SLE-10-SP3-Branch/installation/package/yast2-installation.changes
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/instal…
==============================================================================
--- branches/SuSE-SLE-10-SP3-Branch/installation/package/yast2-installation.changes (original)
+++ branches/SuSE-SLE-10-SP3-Branch/installation/package/yast2-installation.changes Tue Jun 30 23:46:32 2009
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Tue Jun 30 23:42:15 CEST 2009 - locilka(a)suse.cz
+
+- Fixed getting the IP address to reconnect to after reboot during
+ installation using VNC (bnc #516430).
+- 2.13.217
+
+-------------------------------------------------------------------
Tue Jun 30 18:12:09 CEST 2009 - jdsn(a)suse.de
- prevent regular zmd wakeup if zmd is disabled (bnc#386433)
Modified: branches/SuSE-SLE-10-SP3-Branch/installation/startup/common/vnc.sh
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/instal…
==============================================================================
--- branches/SuSE-SLE-10-SP3-Branch/installation/startup/common/vnc.sh (original)
+++ branches/SuSE-SLE-10-SP3-Branch/installation/startup/common/vnc.sh Tue Jun 30 23:46:32 2009
@@ -49,9 +49,11 @@
# gave us a different lease in the meantime (#43974).
# sed: don't print; if it's localhost, skip; try locating IPv4;
# skip if not found; otherwise print and exit
+ # Not only 127.0.0.1 but all 127.0.0.* addresses are internal
+ # (see bnc #516430).
# ----
IP=`ip addr list | sed -n \
- -e '/127.0.0.1/b;s/^[[:space:]]*inet[[:space:]]\([^/]*\).*/\1/;T;p;q'`
+ -e '/127.0.0.[[:digit:]]/b;s/^[[:space:]]*inet[[:space:]]\([^/]*\).*/\1/;T;p;q'`
echo
echo starting VNC server...
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: jsuchome
Date: Tue Jun 30 16:01:50 2009
New Revision: 57803
URL: http://svn.opensuse.org/viewcvs/yast?rev=57803&view=rev
Log:
Created tag branch-Code-11-2_17_4 for pos-installation
Added:
tags/branch-Code-11-2_17_4/pos-installation/
- copied from r57802, branches/SuSE-Code-11-Branch/pos-installation/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org