Bug 250882, fix typo

This commit is contained in:
Soren Sandmann Pedersen 2007-08-06 17:41:06 +00:00
parent 86b92967d7
commit a3b6ec3bea
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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