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:
parent
e0b61cd0ff
commit
8a76d765b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115962
@ -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
|
||||
|
10
net-mgmt/nagios-plugins/files/patch-check_ircd.pl
Normal file
10
net-mgmt/nagios-plugins/files/patch-check_ircd.pl
Normal 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 ]--
|
||||
|
Loading…
Reference in New Issue
Block a user