Bug 250882, fix typo
This commit is contained in:
parent
86b92967d7
commit
a3b6ec3bea
2
Xsession
2
Xsession
@ -12,7 +12,7 @@
|
|||||||
if [ -z "$GDMSESSION" ]; then
|
if [ -z "$GDMSESSION" ]; then
|
||||||
# GDM redirect output itself in a smarter fashion
|
# GDM redirect output itself in a smarter fashion
|
||||||
errfile="$HOME/.xsession-errors"
|
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"
|
chmod 600 "$errfile"
|
||||||
exec > "$errfile" 2>&1
|
exec > "$errfile" 2>&1
|
||||||
else
|
else
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: X.Org X11 X Window System xinit startup scripts
|
Summary: X.Org X11 X Window System xinit startup scripts
|
||||||
Name: xorg-x11-%{pkgname}
|
Name: xorg-x11-%{pkgname}
|
||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Release: 24%{?dist}
|
Release: 25%{?dist}
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
|
Loading…
Reference in New Issue
Block a user