From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 25 19:10:02 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 ABC6816A401 for ; Mon, 25 Feb 2008 19:10:02 +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 A4B9513C442 for ; Mon, 25 Feb 2008 19:10:02 +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 m1PJA2JK078900 for ; Mon, 25 Feb 2008 19:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1PJA295078899; Mon, 25 Feb 2008 19:10:02 GMT (envelope-from gnats) Date: Mon, 25 Feb 2008 19:10:02 GMT Message-Id: <200802251910.m1PJA295078899@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: dfilter@FreeBSD.org (dfilter service) Cc: Subject: Re: bin/117944: commit references a PR X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 19:10:02 -0000 The following reply was made to PR bin/117944; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/117944: commit references a PR Date: Mon, 25 Feb 2008 19:06:52 +0000 (UTC) keramida 2008-02-25 19:06:43 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/du du.1 du.c Log: Implement from scratch a -l option for du(1), to match the same option of the GNU utility. The default behavior of our original `du' is to count hardlinked files only once for each invocation of the utility. With the new -l option they count towards the final size every time they are found. PR: bin/117944 Submitted by: keramida Reviewed by: des, obrien MFC after: 2 weeks Revision Changes Path 1.33 +11 -6 src/usr.bin/du/du.1 1.45 +12 -5 src/usr.bin/du/du.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"