From 55c710c4c966c8e2cd2019fc2673ecb2334097f5 Mon Sep 17 00:00:00 2001 From: Julien Mathis Date: Mon, 20 Oct 2008 19:32:04 +0000 Subject: [PATCH] * remove hard coded path * change bug tracker url git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@6870 6bcd3966-0018-0410-8128-fd23d134de7e --- src/check_meta_service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/check_meta_service b/src/check_meta_service index 24adfcb1d..756f60393 100644 --- a/src/check_meta_service +++ b/src/check_meta_service @@ -29,7 +29,7 @@ use DBI; use vars qw($PROGNAME); use Getopt::Long; use vars qw($opt_V $opt_H $opt_h $opt_i); -use lib "/usr/local/nagios/libexec"; +use lib "@NAGIOS_PLUGINS@"; use utils qw($TIMEOUT %ERRORS &print_revision &support); ## For Debug mode = 1 @@ -394,7 +394,7 @@ sub print_usage () { sub print_help () { print "##############################################\n"; print "# Copyright (c) 2004-2008 Centreon #\n"; - print "# Bugs to http://bugs.oreon-project.org/ #\n"; + print "# Bugs to http://trac.centreon.com/ #\n"; print "##############################################\n"; print_usage(); print "\n";