summaryrefslogtreecommitdiff
path: root/edquota.8
AgeCommit message (Collapse)Author
2011-03-09Forbid grace time setting over RPCJan Kara
Testing revealed that it's not easy to set even individual grace times over RPC protocol. Since the usage of it is limited, just disallow that. Signed-off-by: Jan Kara <jack@suse.cz>
2011-03-08Fix synopsis and properly report errors during remote grace period settingJan Kara
Signed-off-by: Jan Kara <jack@suse.cz>
2011-02-01Correct --no-mixed-pathnames documentationPetr Pisar
This option controls a leading slash, not a trailing one. The quota(1) page talks about quota, not about setquota. Signed-off-by: Jan Kara <jack@suse.cz>
2011-01-11Document --always-resolve at edquota and setquotaPetr Písař
This copy --always-resolve option description for quota(1) into edquota(8) and setquota(8) manuals. Signed-off-by: Jan Kara <jack@suse.cz>
2010-09-02Added reference to setquota to quota(1) manpage. Fixed description of -m optionjkar8572
of edquota (Jan Kara)
2009-12-1464-bit quota support.jkar8572
2007-09-18Updated manpages to explain --no-mixed-paths (Jan Kara)jkar8572
Changed the defaults so that tools now use NFSv4 pathnames without leading / by default (Jan Kara)
2006-05-13Changed option parsing to use long options (Jan Kara)jkar8572
Added option to always resolve even numeric names (Jan Kara) Corrected a few typos in manpaged (Jan Kara, Justin Pryzby)
2005-03-31Various tools fixes (manpages, quotacheck, NFSv4) (Jan Kara)jkar8572
2004-10-20Edited manpages of edquota(8), setquota(8) to explicitly tell that numbers injkar8572
place of user/group names are threated as UID/GID (Jan Kara)
2004-04-23Added note about availability of -r option to manpages (Jan Kara)jkar8572
2004-04-05fixed bug in --port argument of rquotadjkar8572
added reference to setquota to manpages of other tools
2002-11-21Updated edquota(8) and setquota(8) to allow setting of individual grace time ↵jkar8572
(Jan Kara)
2002-04-26* fixes in manpages (Arkadiusz Miskiewicz)jkar8572
* fixed detection of libwrap in configure (Arkadiusz Miskiewicz) * added forgotten ROOTDIR to path to gettext catalogs (Arkadiusz Miskiewicz) * quotacheck uses newest format supported by kernel when creating new quota files (Jan Kara) * fixed bug in IO initialization when -F xfs was given (Jan Kara)
2001-12-14Added -f <filesystem> option to edquota.jkar8572
2001-05-02Added mntopt.h to dependencies in Makefile.in.jkar8572
Fixed MNTTYPE_REISER to proper string. sprintf->snprintf Merged Marco's patch with errstr(), configurable BSD behaviour Fixed bug in quota detection IO code now opens file only RO if possible. IO code now doesn't open file if not required. Fixed bug in quotaon. Updated all manpages.
2001-04-11Updated manpages.jkar8572
Fixed small bug in repquota (User vs Group). Some XFS updates. Fixed problems with devfs and relative paths.
2001-04-04Merged with RedHat patch - mainly documentation issuesjkar8572
Added some forgotten _() around strings. Added sponsoring notes Removed mandatory -F from quotacheck.
2001-03-23Initial revisionjkar8572