git: rc.d: Add a vfs_accounting script

Francois Tigeot ftigeot at crater.dragonflybsd.org
Sun Jan 15 13:42:33 PST 2012


commit 9be2bba083772211049aa695fd8e9dedd239e0e4
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sun Jan 15 22:33:08 2012 +0100

    rc.d: Add a vfs_accounting script
    
    * Its only function for now is to synchronize counters with the real
      disk usage of a list of mount points
    
    * Small rc.conf example:
      vfs_accounting_enable="YES"
      vfs_accounting_sync="/home /mnt/data"

Summary of changes:
 etc/rc.d/vfs_accounting  |   36 ++++++++++++++++++++++++++++++++++++
 share/man/man5/rc.conf.5 |   10 ++++++++++
 2 files changed, 46 insertions(+), 0 deletions(-)
 create mode 100644 etc/rc.d/vfs_accounting

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9be2bba083772211049aa695fd8e9dedd239e0e4


-- 
DragonFly BSD source repository





More information about the Commits mailing list