summaryrefslogtreecommitdiff
path: root/Quota.pm
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2013-09-22 22:27:30 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2013-09-22 22:27:30 +0200
commit42ee19e60876cfb50ec9471dd6236802e4ad7772 (patch)
treea9ee1bc5d9dabee824fbd09c871f0d81ca267357 /Quota.pm
parente7c97fb4b4213c5afb598a4c5e3e715bd3cf7983 (diff)
Imported Upstream version 1.7.0+dfsg
Diffstat (limited to 'Quota.pm')
-rw-r--r--Quota.pm8
1 files changed, 6 insertions, 2 deletions
diff --git a/Quota.pm b/Quota.pm
index 5a12b28..1247381 100644
--- a/Quota.pm
+++ b/Quota.pm
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------ #
-# Quota.pm - Copyright (C) 1995-2011 Tom Zoerner
+# Quota.pm - Copyright (C) 1995-2013 Tom Zoerner
# ------------------------------------------------------------------------ #
# This program is free software: you can redistribute it and/or modify
# it either under the terms of the Perl Artistic License or the GNU
@@ -22,7 +22,7 @@ require DynaLoader;
@ISA = qw(Exporter DynaLoader);
@EXPORT = ();
-$VERSION = '1.6.7';
+$VERSION = '1.7.0';
bootstrap Quota;
@@ -226,6 +226,10 @@ this flag is ignored.
Sets quota limits for the given user. Meanings of I<$dev>, I<$uid>,
I<$bs>, I<$bh>, I<$is> and I<$ih> are the same as in B<Quota::query>.
+For file systems exceeding 2 TB: To allow passing block or inode
+values larger or equal to 2^32 on 32-bit Perl versions, pass them
+either as strings or floating point.
+
I<$tlo> decides how the time limits are initialized:
I<0>: The time limits are set to B<NOT STARTED>, i.e. the time limits
are not initialized until the first write attempt by this user.