Module Name:    xsrc
Committed By:   wiz
Date:           Tue Mar 18 22:26:50 UTC 2014

Modified Files:
        xsrc/external/mit/xinit/dist: xinitrc.cpp

Log Message:
Reduce unnecessary diffs to upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xinit/dist/xinitrc.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xinit/dist/xinitrc.cpp
diff -u xsrc/external/mit/xinit/dist/xinitrc.cpp:1.2 xsrc/external/mit/xinit/dist/xinitrc.cpp:1.3
--- xsrc/external/mit/xinit/dist/xinitrc.cpp:1.2	Sun Mar  6 01:05:51 2011
+++ xsrc/external/mit/xinit/dist/xinitrc.cpp	Tue Mar 18 22:26:50 2014
@@ -84,7 +84,6 @@ fi
 XCOMM This is the fallback case if nothing else is executed above
 #endif /* !defined(__SCO__)  && !defined(__UNIXWARE__) */
 
-XCOMM do not use slash-star in the glob; slash-questionmark-star is equivalent
 if [ -d XINITDIR/xinitrc.d ] ; then
 	for f in XINITDIR/xinitrc.d/?*.sh ; do
 		[ -x "$f" ] && . "$f"

Reply via email to