rpms/xorg-x11-xinit/F-7 Xsession, 1.4, 1.5 xorg-x11-xinit.spec, 1.42, 1.43

Soren Sandmann Pedersen (ssp) fedora-extras-commits at redhat.com
Mon Aug 6 17:32:49 UTC 2007


Author: ssp

Update of /cvs/pkgs/rpms/xorg-x11-xinit/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8611

Modified Files:
	Xsession xorg-x11-xinit.spec 
Log Message:
Fix typo: unask vs umask


Index: Xsession
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-xinit/F-7/Xsession,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Xsession	2 Aug 2007 17:06:57 -0000	1.4
+++ Xsession	6 Aug 2007 17:32:16 -0000	1.5
@@ -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


Index: xorg-x11-xinit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-xinit/F-7/xorg-x11-xinit.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- xorg-x11-xinit.spec	2 Aug 2007 17:06:57 -0000	1.42
+++ xorg-x11-xinit.spec	6 Aug 2007 17:32:16 -0000	1.43
@@ -3,7 +3,7 @@
 Summary:   X.Org X11 X Window System xinit startup scripts
 Name:      xorg-x11-%{pkgname}
 Version:   1.0.2
-Release:   21%{?dist}
+Release:   22%{?dist}
 License:   MIT/X11
 Group:     User Interface/X
 URL:       http://www.x.org
@@ -112,6 +112,9 @@
 %{_mandir}/man1/xinit.1*
 
 %changelog
+* Mon Aug 6 2007 Soren Sandmann <sandmann at redhat.com> 1.0.2-22
+- Fix typo: s/unask/umask/
+
 * Thu Aug 2 2007 Soren Sandmann <sandmann at redhat.com> 1.0.2-21
 - Fix bug 212167, CVE-2006-5214
 




More information about the fedora-extras-commits mailing list