- localuser.sh: Run silently.

This commit is contained in:
Adam Jackson 2007-05-21 18:35:24 +00:00
parent a139b0162f
commit 9f88d849a7
2 changed files with 5 additions and 2 deletions

View File

@ -9,4 +9,4 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# #
[ -x /usr/bin/xhost ] && [ -x /usr/bin/id ] && [ -x /usr/bin/xhost ] && [ -x /usr/bin/id ] &&
xhost +si:localuser:`id -un` xhost +si:localuser:`id -un` >& /dev/null

View File

@ -3,7 +3,7 @@
Summary: X.Org X11 X Window System xinit startup scripts Summary: X.Org X11 X Window System xinit startup scripts
Name: xorg-x11-%{pkgname} Name: xorg-x11-%{pkgname}
Version: 1.0.2 Version: 1.0.2
Release: 20%{?dist} Release: 21%{?dist}
License: MIT/X11 License: MIT/X11
Group: User Interface/X Group: User Interface/X
URL: http://www.x.org URL: http://www.x.org
@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/xinit.1* %{_mandir}/man1/xinit.1*
%changelog %changelog
* Mon May 21 2007 Adam Jackson <ajax@redhat.com> 1.0.2-21
- localuser.sh: Run silently.
* Sat Apr 22 2007 Matthias Clasen <mclasen@redhat.com> 1.0.2-20 * Sat Apr 22 2007 Matthias Clasen <mclasen@redhat.com> 1.0.2-20
- Don't install INSTALL - Don't install INSTALL