cvs commit: src/usr.bin/whereis whereis.c

Joerg Wunsch joerg at FreeBSD.org
Fri Jun 20 08:39:52 UTC 2008


joerg       2008-06-20 08:39:42 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/whereis      whereis.c 
  Log:
  SVN rev 179888 on 2008-06-20 08:39:42Z by joerg
  
  Make the search for sources in PATH_PORTS more accurate.  I only
  noticed that a "whereis -qs qemu" matched the distfiles subdir of qemu
  rather than /usr/ports/emulators/qemu.
  
  It now ignores all dot entries in /usr/ports, plus all entries
  starting with a capital letter (maintenance stuff like Templates, but
  also includes subdir CVS), plus /usr/ports/distfiles which is simply a
  magic name in that respect.
  
  Revision  Changes    Path
  1.16      +21 -2     src/usr.bin/whereis/whereis.c


More information about the cvs-src mailing list