rpms/xorg-x11/devel xfs.init,1.7,1.8

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 4 19:52:15 UTC 2005


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

Modified Files:
	xfs.init 
Log Message:
Document chkfontpath invocation for brevity.  Removed stripping of :unscaled dirs, as they should be handled differently.


Index: xfs.init
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11/devel/xfs.init,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xfs.init	4 Apr 2005 19:47:02 -0000	1.7
+++ xfs.init	4 Apr 2005 19:52:12 -0000	1.8
@@ -25,7 +25,10 @@
 
 buildfontlist() {
    pushd . &> /dev/null
-   for d in $(/usr/sbin/chkfontpath --list | sed -e '/^Current/d;s#.*: ##g;s#^/.*:[a-z]*$##g;/^[[:space:]]*$/d' | sort | uniq) ;do
+   # chkfontpath output filtering, strips all of the junk output by chkfontpath
+   # that we do not want, including headers, FPE numbers and whitespace and
+   # other junk.
+   for d in $(/usr/sbin/chkfontpath --list | sed -e '/^Current/d;s#.*: ##g;/^[[:space:]]*$/d' | sort | uniq) ;do
       if [ -d "$d" ]; then
          cd "$d"
          # Check if we need to rerun mkfontdir




More information about the fedora-cvs-commits mailing list