Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory checked in at 2012-08-04 09:18:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-config-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-config-openSUSE", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes    
    2012-07-22 15:16:15.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
   2012-08-04 09:19:41.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Aug  3 14:28:29 CEST 2012 - [email protected]
+
+- Update xdm-liveinstall.patch to terminate plymouth if present
+
+-------------------------------------------------------------------

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

Other differences:
------------------


++++++ xdm-liveinstall.patch ++++++
--- /var/tmp/diff_new_pack.0OP4UV/_old  2012-08-04 09:19:42.000000000 +0200
+++ /var/tmp/diff_new_pack.0OP4UV/_new  2012-08-04 09:19:42.000000000 +0200
@@ -13,12 +13,13 @@
 
 --- etc/init.d/xdm.orig        2011-04-12 10:21:03.911449606 +0200
 +++ etc/init.d/xdm     2011-04-12 10:21:43.831694748 +0200
-@@ -211,7 +211,11 @@ case "$1" in
+@@ -211,7 +211,12 @@ case "$1" in
            fi
            ;;
        esac
 -      startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed
 +       if cat /proc/cmdline | grep -q liveinstall; then
++            [ -x /usr/bin/plymouth ] && /usr/bin/plymouth quit
 +            /usr/lib/YaST2/startup/YaST2.call live-installer
 +        else
 +           startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed

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

Reply via email to