From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 21 02:40:06 2008 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 EB7D01065673 for ; Sat, 21 Jun 2008 02:40: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 8EB338FC0C for ; Sat, 21 Jun 2008 02:40: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.2/8.14.2) with ESMTP id m5L2e6WK004865 for ; Sat, 21 Jun 2008 02:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5L2e6nq004864; Sat, 21 Jun 2008 02:40:06 GMT (envelope-from gnats) Date: Sat, 21 Jun 2008 02:40:06 GMT Message-Id: <200806210240.m5L2e6nq004864@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Garrett Cooper" Cc: Subject: Re: bin/45333: [patch] New option -r for chown(8) and chgrp(1) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Cooper List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2008 02:40:07 -0000 The following reply was made to PR bin/45333; it has been noted by GNATS. From: "Garrett Cooper" To: bug-followup@FreeBSD.org, olli@secnetix.de Cc: Subject: Re: bin/45333: [patch] New option -r for chown(8) and chgrp(1) Date: Fri, 20 Jun 2008 19:36:16 -0700 Don't think these sets of patches should be considered as using -r would break compatibility with -R use in GNU-land =\... Besides, Peter came up with a decent workaround [use stat(1)], which has been in -STABLE for quite some time. -Garrett