diff options
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-check_ircd.pl | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 4118d477e489..c70b54634647 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -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 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 ]-- + |