From owner-cvs-src-old@FreeBSD.ORG Sun Feb 28 14:04:35 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 031B01065705 for ; Sun, 28 Feb 2010 14:04:35 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CCB998FC18 for ; Sun, 28 Feb 2010 14:04:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1SE4Y0L054587 for ; Sun, 28 Feb 2010 14:04:34 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1SE4YWU054586 for cvs-src-old@freebsd.org; Sun, 28 Feb 2010 14:04:34 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201002281404.o1SE4YWU054586@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Sun, 28 Feb 2010 14:04:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/bin/ls ls.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2010 14:04:35 -0000 jh 2010-02-28 14:04:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) bin/ls ls.c Log: SVN rev 204448 on 2010-02-28 14:04:20Z by jh MFC r203665: Make sure that FTS_COMFOLLOW is not set when the -P option is in effect. Otherwise the -i option will show the inode number of the referenced file for symbolic links given on the command line. Similarly, the file color was printed according to the link target in colorized output. PR: bin/102394 Revision Changes Path 1.86.2.4 +6 -2 src/bin/ls/ls.c