rpms/xorg-x11-xinit/devel localuser.sh, 1.1, 1.2 xorg-x11-xinit.spec, 1.41, 1.42

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon May 21 18:35:59 UTC 2007


Author: ajax

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

Modified Files:
	localuser.sh xorg-x11-xinit.spec 
Log Message:
* Mon May 21 2007 Adam Jackson <ajax at redhat.com> 1.0.2-21
- localuser.sh: Run silently.



Index: localuser.sh
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-xinit/devel/localuser.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- localuser.sh	21 Jul 2006 16:48:16 -0000	1.1
+++ localuser.sh	21 May 2007 18:35:24 -0000	1.2
@@ -9,4 +9,4 @@
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
 [ -x /usr/bin/xhost ] && [ -x /usr/bin/id ] &&
-    xhost +si:localuser:`id -un`
+    xhost +si:localuser:`id -un` >& /dev/null


Index: xorg-x11-xinit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-xinit/devel/xorg-x11-xinit.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- xorg-x11-xinit.spec	11 May 2007 14:12:51 -0000	1.41
+++ xorg-x11-xinit.spec	21 May 2007 18:35:24 -0000	1.42
@@ -3,7 +3,7 @@
 Summary:   X.Org X11 X Window System xinit startup scripts
 Name:      xorg-x11-%{pkgname}
 Version:   1.0.2
-Release:   20%{?dist}
+Release:   21%{?dist}
 License:   MIT/X11
 Group:     User Interface/X
 URL:       http://www.x.org
@@ -112,6 +112,9 @@
 %{_mandir}/man1/xinit.1*
 
 %changelog
+* Mon May 21 2007 Adam Jackson <ajax at redhat.com> 1.0.2-21
+- localuser.sh: Run silently.
+
 * Sat Apr 22 2007 Matthias Clasen <mclasen at redhat.com> 1.0.2-20
 - Don't install INSTALL
 




More information about the fedora-extras-commits mailing list