From: Stephen L Johnson Date: Thu, 18 Jan 2001 01:52:21 +0000 (+0000) Subject: added check for /octets from/ for Mandrake ping command X-Git-Tag: spong-2_7_3~6 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b173e4f264a7ff1dbb9329f85aa6428fad6caba;p=spong.git added check for /octets from/ for Mandrake ping command --- diff --git a/src/lib/Spong/Network/plugins/check_ping b/src/lib/Spong/Network/plugins/check_ping index 1e99efe..ed6b2a5 100755 --- a/src/lib/Spong/Network/plugins/check_ping +++ b/src/lib/Spong/Network/plugins/check_ping @@ -33,6 +33,7 @@ sub check_ping { $message .= $_; if( /bytes from/ ) { $pingok = 1; } if( /is alive/ ) { $pingok = 1; } + if( /octets from/ ) { $pingok = 1; } } };