This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via d846fee0378b8c7e56229d69d47ec0008c45309c (commit) via 8955b5a74668565b31ffad1df13d2be1add87fb2 (commit) from 8845173bd6ebcd3ec82a6e2a674da509446d597b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d846fee0378b8c7e56229d69d47ec0008c45309c Merge: 8955b5a 8845173 Author: Christian Schmidt maniacikarus@ipfire.org Date: Thu Jan 20 20:11:04 2011 +0100
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
commit 8955b5a74668565b31ffad1df13d2be1add87fb2 Author: Christian Schmidt maniacikarus@ipfire.org Date: Thu Jan 20 20:10:23 2011 +0100
Fixed index.cgi nfs mount warning by using posix output.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/index.cgi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index 8e623c9..0dcadb0 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/ ) {
hooks/post-receive -- IPFire 2.x development tree