diff options
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-check_ircd.pl')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-check_ircd.pl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-check_ircd.pl b/net-mgmt/nagios-plugins/files/patch-check_ircd.pl new file mode 100644 index 000000000000..98ac4ba8a32a --- /dev/null +++ b/net-mgmt/nagios-plugins/files/patch-check_ircd.pl @@ -0,0 +1,10 @@ +--- 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 ]-- + |