rpms/xorg-x11/devel xfs.init,1.5,1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 4 19:32:38 UTC 2005


Update of /cvs/dist/rpms/xorg-x11/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2968

Modified Files:
	xfs.init 
Log Message:
minor whitespace changes


Index: xfs.init
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11/devel/xfs.init,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfs.init	19 Oct 2004 19:23:51 -0000	1.5
+++ xfs.init	4 Apr 2005 19:32:36 -0000	1.6
@@ -15,7 +15,7 @@
 # Source function library.
 export LANG=C
 . /etc/init.d/functions
-
+# Set umask to ensure fonts.dir and similar files get created mode 0644
 umask 133
 
 prog=xfs
@@ -45,7 +45,7 @@
                # Opentype fonts found, generate fonts.scale and fonts.dir
                mkfontscale . && mkfontdir . &>/dev/null
             fi
-            if ls |grep -Eiqsv '(^fonts\.(scale|alias|cache.*)$|.+(\.[ot]t[cf]|dir)$)' ; then
+            if ls | grep -Eiqsv '(^fonts\.(scale|alias|cache.*)$|.+(\.[ot]t[cf]|dir)$)' ; then
                # This directory contains non-TrueType/non-Opentype fonts
                mkfontdir . &>/dev/null
             fi




More information about the fedora-cvs-commits mailing list