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 b18bad8a194459493ccafefa25698168cda553d3 (commit) from 5b7f487baa9a67d5f415ef9ca2de8840933f837d (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 b18bad8a194459493ccafefa25698168cda553d3 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Jan 21 16:11:03 2011 +0100
Also fix output of NFS shares in the media status.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/media.cgi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/html/cgi-bin/media.cgi b/html/cgi-bin/media.cgi index 6a89ca8..9456c3c 100644 --- a/html/cgi-bin/media.cgi +++ b/html/cgi-bin/media.cgi @@ -70,7 +70,7 @@ if ( $querry[0] =~ "sd?" || $querry[0] =~ "hd?" || $querry[0] =~ "xvd??"){ &Header::openbox('100%', 'center', $Lang::tr{'disk usage'}); print "<table width='95%' cellspacing='5'>\n"; - open(DF,'/bin/df -B M -x rootfs|'); + open(DF,'/bin/df -P -B M -x rootfs|'); while(<DF>){ if ($_ =~ m/^Filesystem/ ){ print <<END @@ -108,7 +108,7 @@ END close DF; print "<tr><td colspan='7'> \n<tr><td colspan='7'><h3>Inodes</h3>\n";
- open(DF,'/bin/df -i -x rootfs|'); + open(DF,'/bin/df -P -i -x rootfs|'); while(<DF>){ if ($_ =~ m/^Filesystem/ ){ print <<END
hooks/post-receive -- IPFire 2.x development tree