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
|
||||
# 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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user