FreeBSD Bugzilla – Attachment 160842 Details for
Bug 202973
net-mgmt/nagios-plugins : check_file_age can not find utils.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix check_file_age
nagios-plugins.patch (text/plain), 321 bytes, created by
jnieuwen
on 2015-09-08 16:47:40 UTC
(
hide
)
Description:
Patch to fix check_file_age
Filename:
MIME Type:
Creator:
jnieuwen
Created:
2015-09-08 16:47:40 UTC
Size:
321 bytes
patch
obsolete
>--- check_file_age 2015-09-08 18:38:08.000000000 +0200 >+++ check_file_age.fixed 2015-09-08 18:45:38.000000000 +0200 >@@ -26,7 +26,8 @@ > use Getopt::Long; > use File::stat; > use vars qw($PROGNAME); >-use lib "."; >+use FindBin; >+use lib "$FindBin::Bin"; > use utils qw (%ERRORS &print_revision &support); > > sub print_help ();
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202973
: 160842