summaryrefslogtreecommitdiffstats
path: root/contrib/check_appletalk.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/check_appletalk.pl')
-rw-r--r--contrib/check_appletalk.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/check_appletalk.pl b/contrib/check_appletalk.pl
index 0b7754f..6df4c7a 100644
--- a/contrib/check_appletalk.pl
+++ b/contrib/check_appletalk.pl
@@ -22,7 +22,7 @@ BEGIN {
22} 22}
23 23
24use strict; 24use strict;
25use lib utils.pm; 25use lib "/usr/local/nagios/libexec";
26 26
27use utils qw($TIMEOUT %ERRORS &print_revision &support); 27use utils qw($TIMEOUT %ERRORS &print_revision &support);
28use vars qw($PROGNAME); 28use vars qw($PROGNAME);