Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2014-03-23 22:29:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2014-03-11 
09:24:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2014-03-23 
22:29:10.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Mar 20 13:07:38 CET 2014 - [email protected]
+
+- don't kill too many processes (bnc #869113)
+- ensure echo is on (bnc #865956)
+
+-------------------------------------------------------------------

Old:
----
  linuxrc-4.2.13.tar.bz2

New:
----
  linuxrc-4.2.14.tar.bz2

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.P0OccY/_old  2014-03-23 22:29:10.000000000 +0100
+++ /var/tmp/diff_new_pack.P0OccY/_new  2014-03-23 22:29:10.000000000 +0100
@@ -25,9 +25,9 @@
 Summary:        SUSE Installation Program
 License:        GPL-3.0+
 Group:          System/Boot
-Version:        4.2.13
+Version:        4.2.14
 Release:        0
-Source:         linuxrc-4.2.13.tar.bz2
+Source:         linuxrc-4.2.14.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ linuxrc-4.2.13.tar.bz2 -> linuxrc-4.2.14.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.2.13/VERSION new/linuxrc-4.2.14/VERSION
--- old/linuxrc-4.2.13/VERSION  2014-03-10 13:10:31.000000000 +0100
+++ new/linuxrc-4.2.14/VERSION  2014-03-20 13:07:33.000000000 +0100
@@ -1 +1 @@
-4.2.13
+4.2.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.2.13/changelog new/linuxrc-4.2.14/changelog
--- old/linuxrc-4.2.13/changelog        2014-03-10 13:10:33.000000000 +0100
+++ new/linuxrc-4.2.14/changelog        2014-03-20 13:07:35.000000000 +0100
@@ -1,4 +1,8 @@
-2014-03-10:    HEAD
+2014-03-20:    HEAD
+       - don't kill too many processes (bnc #869113)
+       - ensure echo is on (bnc #865956)
+
+2014-03-10:    4.2.13
        - Merge pull request #5 from openSUSE/fate316530
        - Fate316530
        - add 'autoyast2' option in preparation to fate #316530
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.2.13/dialog.c new/linuxrc-4.2.14/dialog.c
--- old/linuxrc-4.2.13/dialog.c 2013-12-20 13:06:39.000000000 +0100
+++ new/linuxrc-4.2.14/dialog.c 2014-03-20 12:59:45.000000000 +0100
@@ -1499,7 +1499,7 @@
           fflush(stdout);
         }
 
-        system("PS1='\\w # ' /bin/bash 2>&1");
+        system("exec bash -l 2>&1");
 
         kbd_init(0);
         if(config.win) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.2.13/keyboard.c 
new/linuxrc-4.2.14/keyboard.c
--- old/linuxrc-4.2.13/keyboard.c       2013-11-18 14:06:40.000000000 +0100
+++ new/linuxrc-4.2.14/keyboard.c       2014-03-20 11:18:28.000000000 +0100
@@ -107,6 +107,7 @@
     if(config.kbd_fd == -1) config.kbd_fd = open(config.console, O_RDWR);
     tcgetattr (config.kbd_fd, &kbd_norm_tio_rm);
     kbd_tio_rm = kbd_norm_tio_rm;
+    kbd_norm_tio_rm.c_lflag |= ECHO;
     if (config.linemode)
         {
        kbd_tio_rm.c_lflag &= ~ISIG;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.2.13/linuxrc.c new/linuxrc-4.2.14/linuxrc.c
--- old/linuxrc-4.2.13/linuxrc.c        2014-02-28 13:57:04.000000000 +0100
+++ new/linuxrc-4.2.14/linuxrc.c        2014-03-20 11:59:54.000000000 +0100
@@ -186,7 +186,7 @@
       config.tmpfs = 0;
 
       if(!config.serial && config.debugwait) {
-        util_start_shell("/dev/tty9", "/bin/sh", 1);
+        util_start_shell("/dev/tty9", "/bin/sh", 3);
         config.shell_started = 1;
       }
       LXRC_WAIT
@@ -497,7 +497,8 @@
 {
   static char *progs[] = {
     "portmap", "rpciod", "lockd", "dhcpcd", "cifsd", "mount.smbfs", "udevd",
-    "mount.ntfs-3g", "brld", "sbl"
+    "mount.ntfs-3g", "brld", "sbl", "wickedd", "wickedd-auto4", 
"wickedd-dhcp4",
+    "wickedd-dhcp6", "dbus-daemon", "rpc.idmapd", "sh"
   };
   int i;
 
@@ -922,7 +923,7 @@
   util_update_cdrom_list();
 
   if(!(config.test || config.serial || config.shell_started || 
config.noshell)) {
-    util_start_shell("/dev/tty9", "/bin/sh", 1);
+    util_start_shell("/dev/tty9", "/bin/sh", 3);
     config.shell_started = 1;
   }
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to