rpms/xorg-x11-xinit/devel xinit-compat, NONE, 1.1 xorg-x11-xinit.spec, 1.74, 1.75

Matej Cepl mcepl at fedoraproject.org
Wed Feb 3 17:39:30 UTC 2010


Author: mcepl

Update of /cvs/pkgs/rpms/xorg-x11-xinit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21983

Modified Files:
	xorg-x11-xinit.spec 
Added Files:
	xinit-compat 
Log Message:
Add new script to the package (towards resolving #540546)


--- NEW FILE xinit-compat ---
#/bin/sh
for session in ~/.xsession ~/.Xclients /etc/X11/xinit/Xclients ;
do
if [ -f ${session} ] ; then
  exec ${session}
fi
done


Index: xorg-x11-xinit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-xinit/devel/xorg-x11-xinit.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- xorg-x11-xinit.spec	29 Jan 2010 09:36:42 -0000	1.74
+++ xorg-x11-xinit.spec	3 Feb 2010 17:39:30 -0000	1.75
@@ -20,6 +20,7 @@ Source14: Xresources
 Source16: Xsession
 Source17: localuser.sh
 Source18: xinit-compat.desktop
+Source11: xinit-compat
 Source100: ck-xinit-session.c
 
 Patch1: xinit-1.0.2-client-session.patch



More information about the scm-commits mailing list