From a3b6ec3bea63e3db631016f69b1d4054d38fcc08 Mon Sep 17 00:00:00 2001 From: Soren Sandmann Pedersen Date: Mon, 6 Aug 2007 17:41:06 +0000 Subject: [PATCH] Bug 250882, fix typo --- Xsession | 2 +- xorg-x11-xinit.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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