Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2014-02-15 17:24:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-02-06 09:17:21.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes     2014-02-15 
17:24:21.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Feb 11 09:18:13 UTC 2014 - dli...@suse.com
+
+- Change the default /etc/X11/xdm/Xsession, (fate#316129)
+  don't save standard output information to ~/.xsession-errors
+  Modify the xdm.tar.bz2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xdm.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xdm/Xsession new/etc/X11/xdm/Xsession
--- old/etc/X11/xdm/Xsession    2013-06-07 11:09:00.000000000 +0200
+++ new/etc/X11/xdm/Xsession    2014-02-13 07:56:23.000000000 +0100
@@ -152,13 +152,15 @@
                tmpfile="$(mktemp -q "$errfile.XXXXXXXX")" || break
                mv -fT "$tmpfile" "$errfile" || break
            fi
-           exec > "$errfile" 2>&1
+           #exec > "$errfile" 2>&1
+           #fate#316129: only put the error message to the logfile
+           exec > /dev/null
+           exec 2> "$errfile"
            break
            ;;
     esac
 done
 unset tmpfile errfile
-
 #
 # Check for X11R6 in execution path
 #

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to