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 76d8ffc43bc2d9ebae9311185a9c6613db7860f3 (commit) from 455a698f16a9fcd1ebb0da8e5826e9c3b48e9b76 (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 76d8ffc43bc2d9ebae9311185a9c6613db7860f3 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Dec 20 12:48:52 2010 +0100
extra hd: fix mountpoint check.
-----------------------------------------------------------------------
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 b9f42ab..2ea4178 100644 --- a/html/cgi-bin/extrahd.cgi +++ b/html/cgi-bin/extrahd.cgi @@ -139,7 +139,7 @@ END { @deviceline = split( /;/, $deviceentry ); my $color="$Header::colourred"; - if ( `/bin/mountpoint $deviceline[2]` ) { + if ( ! `/bin/mountpoint $deviceline[2] | grep " not "` ) { $color=$Header::colourgreen; } print <<END
hooks/post-receive -- IPFire 2.x development tree