Date: Mon, 23 Jan 2006 20:21:39 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/dusage Makefile distinfo pkg-descr ports/sysutils/dusage/files patch-Makefile Message-ID: <200601232021.k0NKLdAS084453@repoman.freebsd.org>
index | next in thread | raw e-mail
pav 2006-01-23 20:21:39 UTC
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/dusage Makefile distinfo pkg-descr
sysutils/dusage/files patch-Makefile
Log:
Using a list of pathnames, this program filters the output of du(1) to
find the amount of disk space used for each of the paths (actually, it
collects all values in one single du run). It adds the new value to
the list, shifting old values up. It then generates a nice report of
the amount of disk space occupied in each of the specified paths,
together with the amount it grew (or shrinked) since the previous run,
and since 7 runs ago. When run daily, this gives daily and weekly
figures.
PR: ports/92139
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Revision Changes Path
1.736 +1 -0 ports/sysutils/Makefile
1.1 +29 -0 ports/sysutils/dusage/Makefile (new)
1.1 +4 -0 ports/sysutils/dusage/distinfo (new)
1.1 +8 -0 ports/sysutils/dusage/files/patch-Makefile (new)
1.1 +18 -0 ports/sysutils/dusage/pkg-descr (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601232021.k0NKLdAS084453>
