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 <[EMAIL PROTECTED]>
  
  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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to