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, next has been updated via 1eaa29b151b6b923041e612f7f0c588b44dbdbeb (commit) from 0df2024f29c9e955dd0bfe4df84afce757d40e26 (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 1eaa29b151b6b923041e612f7f0c588b44dbdbeb Author: Jan Paul Tuecking earl@ipfire.org Date: Tue May 31 23:02:23 2011 +0200
extrahd.cgi: added again display also non-partitioned disks from Arne.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/extrahd.cgi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/extrahd.cgi b/html/cgi-bin/extrahd.cgi index 7cdad01..86b0de5 100644 --- a/html/cgi-bin/extrahd.cgi +++ b/html/cgi-bin/extrahd.cgi @@ -207,7 +207,7 @@ END foreach $partitionentry (sort @partitions) { @partitionline = split( /;/, $partitionentry ); - if (( "$partitionline[0]" =~ /^$scanline[0]/ ) && ! ( "$partitionline[0]" eq "$scanline[0]" )) { + if (( "$partitionline[0]" =~ /^$scanline[0]/ ) && !( "$partitionline[2]" eq "" )) { $size = int($partitionline[1] / 1024); print <<END <form method='post' action='$ENV{'SCRIPT_NAME'}'>
hooks/post-receive -- IPFire 2.x development tree