[PATCH xinit] Enable support for an xinitrc.d directory
Jeremy Huddleston
jeremyhu at freedesktop.org
Thu Apr 15 15:05:33 PDT 2010
On Apr 15, 2010, at 11:56, Julien Cristau wrote:
>> if [ -d XINITDIR/xinitrc.d ] ; then
>> - for f in XINITDIR/xinitrc.dXSLASHGLOB.sh ; do
>> + for f in XINITDIR/xinitrc.dXSLASHGLOB ; do
> I think I'd keep the .sh suffix. That would avoid picking up emacs foo~
> files, or similar. Seems sane otherwise.
I made that change mainly to match Gentoo. I think consistency is better here. Remi, can you chime in here.
Also, does emacs preserve executable permissions on *~ files? We're checking [ -x "$f" ]
More information about the xorg-devel
mailing list