From: François Tigeot Date: Sun, 15 Jan 2012 22:09:27 +0000 (+0100) Subject: rc.d: default values for vfs_accounting variables X-Git-Tag: v3.0.0~72 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/26b35e7c712251081540416375c9b0e3c2432ebf rc.d: default values for vfs_accounting variables --- diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 0d144f87f5..77ce4b4a64 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -433,6 +433,13 @@ jail_sysvipc_allow="NO" # Allow SystemV IPC use from within a jail #jail_example_fstab="" # fstab(5) for mount/umount #jail_example_flags="-l -U root" # flags for jail(8) +############################################################## +### VFS accounting options ################################## +############################################################## + +vfs_accounting_enable="NO" # Set to YES to enable handling of these vfs accounting options +vfs_accounting_sync="" # Space separated list of mount points or "NO" + ############################################################## ### VKernel options ######################################### ##############################################################