summaryrefslogtreecommitdiff
path: root/Quota.pm
diff options
context:
space:
mode:
authorNicholas Bamber <nicholas@periapt.co.uk>2011-06-12 12:46:57 +0000
committerNicholas Bamber <nicholas@periapt.co.uk>2011-06-12 12:46:57 +0000
commit5fcc81b050d149e47e87f94f40ab780ff3cc701f (patch)
treeef7998dbb52b2af266a578d156bb2168d7828c92 /Quota.pm
parente8a63aae7a12a60f4929b49c0ca3d1c27d111c55 (diff)
[svn-upgrade] new version libquota-perl (1.6.6+dfsg)
Diffstat (limited to 'Quota.pm')
-rw-r--r--Quota.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Quota.pm b/Quota.pm
index 27d17c9..9b06c85 100644
--- a/Quota.pm
+++ b/Quota.pm
@@ -22,7 +22,7 @@ require DynaLoader;
@ISA = qw(Exporter DynaLoader);
@EXPORT = ();
-$VERSION = '1.6.5';
+$VERSION = '1.6.6';
bootstrap Quota;
@@ -69,7 +69,7 @@ sub getqcarg {
if(defined($dev) && ($target ne "") && !Quota::setmntent()) {
while(($fsname,$path,$fstyp,$fsopt) = Quota::getmntent()) {
- next if $fstyp =~ /^(lofs|ignore|auto.*|proc)$/;
+ next if $fstyp =~ /^(lofs|ignore|auto.*|proc|rootfs)$/;
my($pdev) = (stat($path))[0];
if (defined($pdev) && ($dev == $pdev)) {
if ($fsname =~ m|^[^/]+:/|) {