freebsd-ports/net-mgmt/nagios-plugins/files/patch-check_ircd.pl
Sergey Matveychuk 8a76d765b7 Fix check_ircd which fails due to perl taint checks
if you have CDPATH set in your environment.

PR:		ports/70320
Submitted by:	Martin Tsachev <martin@mtweb.org>
Approved by:	maintainer
2004-08-11 20:45:51 +00:00

10 lines
303 B
Perl

--- plugins-scripts/check_ircd.pl.orig Tue May 7 07:35:49 2002
+++ plugins-scripts/check_ircd.pl Wed Aug 11 21:15:56 2004
@@ -67,6 +67,7 @@
$ENV{PATH} = "";
$ENV{ENV} = "";
$ENV{BASH_ENV} = "";
+$ENV{CDPATH} = "";
# -----------------------------------------------------------------[ Global ]--