Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2002 17:13:23 -0800 (PST)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ls print.c
Message-ID:  <200212190113.gBJ1DNoe002279@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/12/18 17:13:23 PST

  Modified files:
    bin/ls               print.c 
  Log:
  pathconf() and acl_get_file() follow links so they cannot be used to
  determine whether a symlink has an ACL. Instead, assume that symbolic
  links don't have ACLs and don't bother checking. Avoids spurious
  ENOENT warnings when listing directories containing broken symlinks
  on filesystems with ACLs enabled.
  
  Pointed out by: rwatson, bde
  
  Revision  Changes    Path
  1.64      +8 -0      src/bin/ls/print.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212190113.gBJ1DNoe002279>