From 5fcc81b050d149e47e87f94f40ab780ff3cc701f Mon Sep 17 00:00:00 2001 From: Nicholas Bamber Date: Sun, 12 Jun 2011 12:46:57 +0000 Subject: [svn-upgrade] new version libquota-perl (1.6.6+dfsg) --- Quota.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Quota.pm') 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|^[^/]+:/|) { -- cgit v1.2.3