From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 4 17:10:06 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2C37106566B for ; Sat, 4 Apr 2009 17:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A67F48FC18 for ; Sat, 4 Apr 2009 17:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n34HA6tn076401 for ; Sat, 4 Apr 2009 17:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n34HA60O076400; Sat, 4 Apr 2009 17:10:06 GMT (envelope-from gnats) Date: Sat, 4 Apr 2009 17:10:06 GMT Message-Id: <200904041710.n34HA60O076400@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jilles Tjoelker Cc: Subject: Re: bin/131999: chflags(1): unable to unset flags on symlinks when link target exists X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jilles Tjoelker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2009 17:10:07 -0000 The following reply was made to PR bin/131999; it has been noted by GNATS. From: Jilles Tjoelker To: bug-followup@FreeBSD.org, myself@rojer.pp.ru, dd@freebsd.org Cc: Subject: Re: bin/131999: chflags(1): unable to unset flags on symlinks when link target exists Date: Sat, 4 Apr 2009 19:08:03 +0200 bde's patch (use FTS_PHYSICAL instead of FTS_LOGICAL if -h is in effect) fixes chflags -h for me, and also agrees with what chmod does. So I think this can be committed. -- Jilles Tjoelker