rpms/xorg-x11-xinit/devel Xsession, 1.5, 1.6 xorg-x11-xinit.spec, 1.46, 1.47

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


Author: ssp

Update of /cvs/pkgs/rpms/xorg-x11-xinit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9644

Modified Files:
	Xsession xorg-x11-xinit.spec 
Log Message:
Bug 250882, fix typo


Index: Xsession
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-xinit/devel/Xsession,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Xsession	2 Aug 2007 17:25:28 -0000	1.5
+++ Xsession	6 Aug 2007 17:39:58 -0000	1.6
@@ -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/devel/xorg-x11-xinit.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- xorg-x11-xinit.spec	2 Aug 2007 17:25:28 -0000	1.46
+++ xorg-x11-xinit.spec	6 Aug 2007 17:39:58 -0000	1.47
@@ -110,6 +110,9 @@
 %{_mandir}/man1/xinit.1*
 
 %changelog
+* Mon Aug 6 2007 Soren Sandmann <sandmann at redhat.com> 1.0.2-25
+- Fix typo: s/unask/umask/ - Bug 250882, Jan ONDREJ (ondrejj at salstar.sk)
+
 * Thu Aug 2 2007 Soren Sandmann <sandmann at redhat.com> 1.0.2-24
 - Fix bug 212167, CVE-2006-5214
 




More information about the fedora-extras-commits mailing list