diff options
author | Javier Marcet <javier@marcet.info> | 2023-04-23 15:25:36 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-04-29 13:44:21 +0300 |
commit | ab94144b879139643a22931de632825a825356a6 (patch) | |
tree | 64caba1b5ca7f91b0ff825f929ad3e90904e833a /net/samba4/Config.in | |
parent | eb7275402e6559514e2322a1ef2dabaf7147153b (diff) |
samba4: decouple quotas from vfs option
Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'net/samba4/Config.in')
-rw-r--r-- | net/samba4/Config.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/net/samba4/Config.in b/net/samba4/Config.in index d287effa5..21cbb1dc2 100644 --- a/net/samba4/Config.in +++ b/net/samba4/Config.in @@ -31,12 +31,22 @@ config SAMBA4_SERVER_AVAHI Announce Samba resources via DNS/DNS-SD using the Avahi daemon, for Linux/Mac clients. default y +config SAMBA4_SERVER_QUOTAS + bool "Quotas support" + depends on PACKAGE_samba4-server + select SAMBA4_SERVER_VFS + help + Enable VFS Quotas + installs: + modules: vfs_default_quota + default n + config SAMBA4_SERVER_VFS bool "Common VFS modules" depends on PACKAGE_samba4-server help installs: - modules: (vfs_btrfs) vfs_fruit vfs_shadow_copy2 vfs_recycle vfs_fake_perms vfs_readonly vfs_cap vfs_offline vfs_crossrename vfs_catia vfs_streams_xattr vfs_default_quota + modules: (vfs_btrfs) vfs_fruit vfs_shadow_copy2 vfs_recycle vfs_fake_perms vfs_readonly vfs_cap vfs_offline vfs_crossrename vfs_catia vfs_streams_xattr Commonly used VFS modules, vfs_btrfs requires kmod-fs-btrfs to be selected separately default y |