summaryrefslogtreecommitdiffstats
path: root/rules/quota-tools.in
blob: 04b8162087c5f7530039f6779975931e24eb3f6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
## SECTION=disk_and_file

menuconfig QUOTA_TOOLS
	tristate
	prompt "quota tools                   "
	select E2FSPROGS
	select E2FSPROGS_LIBEXT2FS
	select E2FSPROGS_LIBCOM_ERR
	help
	  Tools and patches for the Linux Diskquota system as part of the
	  Linux kernel (http://sourceforge.net/projects/linuxquota)

if QUOTA_TOOLS

config QUOTA_TOOLS_QUOTA
	bool
	prompt "install quota"
	help
	  displays users' disk usage and limits

config QUOTA_TOOLS_REPQUOTA
	bool
	prompt "install repquota"
	help
	  summarize quotas for a filesystem

config QUOTA_TOOLS_QUOT
	bool
	prompt "install quot"
	help
	  summarizes file system ownership

config QUOTA_TOOLS_EDQUOTA
	bool
	prompt "install edquota"
	help
	   edit user quotas

config QUOTA_TOOLS_SETQUOTA
	bool
	prompt "install setquota"
	help
	  command line quota editor

config QUOTA_TOOLS_QUOTAONOFF
	bool
	prompt "install quotaon / quotaoff"
	help
	  turn filesystem quotas on and off

config QUOTA_TOOLS_WARNQUOTA
	bool
	prompt "install warnquota"
	help
	  checks the disk quota for each filesystem and mails a warning message to those users who have reached their softlimit

config QUOTA_TOOLS_QUOTACHECK
	bool
	prompt "install quotacheck"
	help
	  scan a filesystem for disk usage, create, check and repair quota files

config QUOTA_TOOLS_CONVERTQUOTA
	bool
	prompt "install convertquota"
	help
	  convert quota from old file format to new one

config QUOTA_TOOLS_QUOTASTATS
	bool
	prompt "install quotastats"
	help
	  query quota statistics

config QUOTA_TOOLS_RQUOTAD
	bool
	prompt "install rpc.rquotad"
	help
	  remote quota server

endif