diff --git a/Xsession b/Xsession index 80c26d3..7194442 100644 --- a/Xsession +++ b/Xsession @@ -12,7 +12,7 @@ if [ -z "$GDMSESSION" ]; then # GDM redirect output itself in a smarter fashion errfile="$HOME/.xsession-errors" - if ( unask 077 && cp /dev/null "$errfile" 2> /dev/null ); then + if ( umask 077 && cp /dev/null "$errfile" 2> /dev/null ); then chmod 600 "$errfile" exec > "$errfile" 2>&1 else diff --git a/xorg-x11-xinit.spec b/xorg-x11-xinit.spec index d1cce26..ef88d62 100644 --- a/xorg-x11-xinit.spec +++ b/xorg-x11-xinit.spec @@ -3,7 +3,7 @@ Summary: X.Org X11 X Window System xinit startup scripts Name: xorg-x11-%{pkgname} Version: 1.0.2 -Release: 24%{?dist} +Release: 25%{?dist} License: MIT/X11 Group: User Interface/X URL: http://www.x.org