Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 246406 Details for
Bug 311723
net-analyzer/nagios-plugins-1.4.14-r2 breakage in check_ping
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch to fix first_ip function
first_ip.patch (text/plain), 517 bytes, created by
David Sparks
on 2010-09-07 23:27:29 UTC
(
hide
)
Description:
patch to fix first_ip function
Filename:
MIME Type:
Creator:
David Sparks
Created:
2010-09-07 23:27:29 UTC
Size:
517 bytes
patch
obsolete
>--- nagios-plugins-1.4.15-vserver.patch.orig 2010-09-07 16:01:17.851713531 -0700 >+++ nagios-plugins-1.4.15-vserver.patch 2010-09-07 16:22:58.799839052 -0700 >@@ -4,7 +4,7 @@ > REV_DATESTAMP=`date '+%Y.%m.%d.%H.%M'` > REV_TIMESTAMP=`date '+%Y%m%d%H%M%S'` > >-+first_ip=`/sbin/ifconfig | egrep "inet addr:" | sed -n '1p' | sed 's/ Bcast.*$//' | sed 's/^\s*inet addr://'` >++first_ip=`/sbin/ifconfig | egrep -m1 "inet addr:" | sed 's/^.*inet addr:\([[0-9.]]*\).*/\1/'` > + > AC_SUBST(PKG_ARCH) > AC_SUBST(REV_DATESTAMP)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 311723
: 246406