From owner-cvs-src-old@FreeBSD.ORG Thu Jan 15 03:49:01 2009 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 EC06E1065690 for ; Thu, 15 Jan 2009 03:49:01 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D93318FC12 for ; Thu, 15 Jan 2009 03:49:01 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0F3n1Sd059849 for ; Thu, 15 Jan 2009 03:49:01 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0F3n1g4059848 for cvs-src-old@freebsd.org; Thu, 15 Jan 2009 03:49:01 GMT (envelope-from keramida@repoman.freebsd.org) Message-Id: <200901150349.n0F3n1g4059848@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to keramida@repoman.freebsd.org using -f From: Giorgos Keramidas Date: Thu, 15 Jan 2009 03:48:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/usr.bin/du du.1 du.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: Thu, 15 Jan 2009 03:49:02 -0000 keramida 2009-01-15 03:48:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/du du.1 du.c Log: SVN rev 187272 on 2009-01-15 03:48:49Z by keramida 176561 | keramida | 2008-02-25 21:06:43 +0200 (Mon, 25 Feb 2008) | 11 lines 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. Revision Changes Path 1.32.2.1 +11 -6 src/usr.bin/du/du.1 1.42.2.1 +12 -5 src/usr.bin/du/du.c