1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

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
This commit is contained in:
Sergey Matveychuk 2004-08-11 20:45:51 +00:00
parent e0b61cd0ff
commit 8a76d765b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115962
2 changed files with 11 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= nagios-plugins
PORTVERSION= 1.3.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= nagiosplug

View File

@ -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 ]--