aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ircd.pl
blob: fcddc805ddd0592ccfa3e631028266ff369ec6ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- plugins-scripts/check_ircd.pl.orig  Tue May  7 15:05:49 2002
+++ plugins-scripts/check_ircd.pl   Fri May 12 23:40:44 2006
@@ -67,6 +67,7 @@
 $ENV{PATH} = "";
 $ENV{ENV} = "";
 $ENV{BASH_ENV} = "";
+$ENV{CDPATH} = "";
 
 # -----------------------------------------------------------------[ Global ]--