From: Christian Schmidt Date: Thu, 20 Jan 2011 19:11:04 +0000 (+0100) Subject: Merge branch 'master' of git://git.ipfire.org/ipfire-2.x X-Git-Tag: v2.9-core45~1^2~28 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=d846fee0378b8c7e56229d69d47ec0008c45309c;hp=8845173bd6ebcd3ec82a6e2a674da509446d597b Merge branch 'master' of git://git.ipfire.org/ipfire-2.x --- diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index 8e623c96af..0dcadb0b22 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -407,7 +407,7 @@ if ($used / $mem > 90) { # Diskspace usage warning my @temp=(); my $temp2=(); -my @df = `/bin/df -B M -x rootfs`; +my @df = `/bin/df -B M -P -x rootfs`; foreach my $line (@df) { next if $line =~ m/^Filesystem/; if ($line =~ m/root/ ) {