From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 27 23:50:14 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46B0B37B401 for ; Fri, 27 Jun 2003 23:50:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC66844013 for ; Fri, 27 Jun 2003 23:50:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5S6oDUp096754 for ; Fri, 27 Jun 2003 23:50:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5S6oDBX096753; Fri, 27 Jun 2003 23:50:13 -0700 (PDT) Date: Fri, 27 Jun 2003 23:50:13 -0700 (PDT) Message-Id: <200306280650.h5S6oDBX096753@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alexey Dokuchaev Subject: Re: bin/53682: [PATCH] add fuser(1) utitity X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexey Dokuchaev List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2003 06:50:14 -0000 The following reply was made to PR bin/53682; it has been noted by GNATS. From: Alexey Dokuchaev To: freebsd-gnats-submit@FreeBSD.org, l.ertl@univie.ac.at Cc: Subject: Re: bin/53682: [PATCH] add fuser(1) utitity Date: Sat, 28 Jun 2003 13:40:59 +0700 I don't think it's a good idea to create separate program `fuser(1)'; this functionality should be integrated in fstat(1) as to reduce code duplication and such. I'm currently bringing my fstat(1) patchset in shape, and submit shortly. fuser(1) functionaliy will be included, of course.