[Midnightbsd-cvs] src: msearch_index.c: Change from ftw to fts.
    laffer1 at midnightbsd.org 
    laffer1 at midnightbsd.org
       
    Sat Aug 13 16:19:30 EDT 2011
    
    
  
Log Message:
-----------
Change from ftw to fts.  ftw will return -1 and stop when a cycle is detected in the file system.  Unfortunetely, crazy things happen like the libxml port that creates a symlink to . 
This will allow the whole volume to be indexed.  Cycles are skipped and reported on stderr by the library.
Modified Files:
--------------
    src/lib/libmsearch:
        msearch_index.c (r1.8 -> r1.9)
        (http://cvsweb.midnightbsd.org/src/lib/libmsearch/msearch_index.c?r1=1.8&r2=1.9)
    
    
More information about the Midnightbsd-cvs
mailing list