Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2014-01-08 20:10:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdm (Old)
 and      /work/SRC/openSUSE:Factory/.xdm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2013-12-02 15:24:06.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes     2014-01-08 
20:10:06.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan  8 14:58:43 UTC 2014 - [email protected]
+
+- don't set twm as hardcoded default if DEFAULT_WM is empty, rely on
+  the detection in xinitrc.common instead
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xdm.spec ++++++
--- /var/tmp/diff_new_pack.Gekv1T/_old  2014-01-08 20:10:06.000000000 +0100
+++ /var/tmp/diff_new_pack.Gekv1T/_new  2014-01-08 20:10:06.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xdm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ xdm.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/init.d/xdm new/etc/init.d/xdm
--- old/etc/init.d/xdm  2013-03-01 13:43:48.000000000 +0100
+++ new/etc/init.d/xdm  2014-01-08 15:58:16.000000000 +0100
@@ -71,9 +71,7 @@
 done
 unset lc val
 
-test -z "$DEFAULT_WM" && DEFAULT_WM=twm
-
-if test -z "$WINDOWMANAGER" ; then
+if test -z "$WINDOWMANAGER" -a -n "$DEFAULT_WM" ; then
     SAVEPATH=$PATH
     PATH=$PATH:/usr/X11R6/bin:/usr/openwin/bin
     desktop=/usr/share/xsessions/${DEFAULT_WM}.desktop

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

Reply via email to