cvs commit: src/usr.bin/find function.c

Warner Losh imp at FreeBSD.org
Sun Feb 24 00:01:07 UTC 2008


imp         2008-02-24 00:01:06 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/find         function.c 
  Log:
  The matching in -lname and -ilname are on the contents of the link
  itself, not on the type of the file.  As such, do a readlink to get
  the symbolic link's contents and fail to match if the path isn't a
  symbolic link.
  
  Pointed out by: des@
  
  Revision  Changes    Path
  1.60      +10 -5     src/usr.bin/find/function.c


More information about the cvs-src mailing list