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 91bc781441cafde27a9b9794eb3ecf6f0776e92f (commit) from d8c62d6a782fc6be97f47a82c8e2874eb788577a (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 91bc781441cafde27a9b9794eb3ecf6f0776e92f Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Mar 3 10:45:47 2010 +0100
pakfire: Change pingtest to use icmp again.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/37/filelists/files | 1 + src/pakfire/lib/functions.pl | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/37/filelists/files b/config/rootfiles/core/37/filelists/files index 3b1e88b..c6ee131 100644 --- a/config/rootfiles/core/37/filelists/files +++ b/config/rootfiles/core/37/filelists/files @@ -20,3 +20,4 @@ usr/local/bin/sshctrl var/ipfire/langs/de.pl var/ipfire/langs/en.pl var/ipfire/langs/fr.pl +opt/pakfire/lib/pakfire.pl diff --git a/src/pakfire/lib/functions.pl b/src/pakfire/lib/functions.pl index 8d4a7da..5aaa5f4 100644 --- a/src/pakfire/lib/functions.pl +++ b/src/pakfire/lib/functions.pl @@ -116,7 +116,7 @@ sub usage { sub pinghost { my $host = shift; - $p = Net::Ping->new(); + $p = Net::Ping->new("icmp"); if ($p->ping($host)) { logger("PING INFO: $host is alive"); return 1;
hooks/post-receive -- IPFire 2.x development tree