From 26b35e7c712251081540416375c9b0e3c2432ebf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Tigeot?= Date: Sun, 15 Jan 2012 23:09:27 +0100 Subject: [PATCH] rc.d: default values for vfs_accounting variables --- etc/defaults/rc.conf | 7 +++++++ 1 file changed, 7 insertions(+) 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 ######################################### ############################################################## -- 2.41.0