rpms/xorg-x11/devel xfs.init,1.9,1.10

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 4 21:12:18 UTC 2005


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

Modified Files:
	xfs.init 
Log Message:
minor filter change for sed line


Index: xfs.init
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11/devel/xfs.init,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xfs.init	4 Apr 2005 20:01:24 -0000	1.9
+++ xfs.init	4 Apr 2005 21:12:16 -0000	1.10
@@ -29,7 +29,7 @@
    # chkfontpath that we do not want, including headers, FPE numbers and
    # whitespace and other junk.  Also filters out FPE's with trailing
    # modifiers such as ":unscaled" et al.
-   for d in $(/usr/sbin/chkfontpath --list | sed -e '/^Current/d;s#.*: ##g;s#^/.*:[a-z]*$##g;/^[[:space:]]*$/d' | sort | uniq) ;do
+   for d in $(/usr/sbin/chkfontpath --list | sed -e '/^Current/d;s#^[0-9]*: ##g;s#^/.*:[a-z]*$##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