Mailinglist Archive: opensuse-commit (1003 mails)

< Previous Next >
commit yast2-network
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 18 Jun 2007 18:28:42 +0200
  • Message-id: <20070618162842.7C76C678183@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2-network
checked in at Mon Jun 18 18:28:42 CEST 2007.

--------
--- yast2-network/yast2-network.changes 2007-06-18 10:14:26.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-network/yast2-network.changes    2007-06-18 18:09:57.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 18 18:08:38 CEST 2007 - mzugec@xxxxxxx
+
+- use correct syntax "default $IP - -" for sysconfig/route
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-network.spec ++++++
--- /var/tmp/diff_new_pack.V15036/_old  2007-06-18 18:28:34.000000000 +0200
+++ /var/tmp/diff_new_pack.V15036/_new  2007-06-18 18:28:34.000000000 +0200
@@ -12,7 +12,7 @@
 
 Name:           yast2-network
 Version:        2.15.45
-Release:        3
+Release:        4
 License:        GNU General Public License (GPL)
 Group:          System/YaST
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -110,6 +110,8 @@
 
 %changelog
 * Mon Jun 18 2007 - mzugec@xxxxxxx
+- use correct syntax "default $IP - -" for sysconfig/route
+* Mon Jun 18 2007 - mzugec@xxxxxxx
 - improved popup string (#257330)
 * Fri Jun 15 2007 - mzugec@xxxxxxx
 - improved fix for sysconfig/route (#284599)

++++++ yast2-network-2.15.45.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-network-2.15.45/src/clients/save_network.ycp new/yast2-network-2.15.45/src/clients/save_network.ycp
--- old/yast2-network-2.15.45/src/clients/save_network.ycp      2007-06-15 16:02:18.000000000 +0200
+++ new/yast2-network-2.15.45/src/clients/save_network.ycp      2007-06-18 18:06:38.000000000 +0200
@@ -344,7 +344,7 @@
  // create routes file
  if (size(InstallInf["gateway"]:"")>0){
   y2milestone("Writing route : %1", InstallInf["gateway"]:"");
-  SCR::Write(.target.string, "/etc/sysconfig/network/routes", sformat("default %1\n", InstallInf["gateway"]:""));
+  SCR::Write(.target.string, "/etc/sysconfig/network/routes", sformat("default %1 - -\n", InstallInf["gateway"]:""));
  } else y2warning("No routing information in install.inf");
 
  // create resolv.conf only for static configuration


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >