diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-03 14:21:35 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-03 14:21:35 +0000 |
commit | d462f7ed56b19a09201e92ccbb7110c3a96071fa (patch) | |
tree | f1776f9cd597a801ac61b9a83432c99559d59da9 /net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__ircd.pl | |
parent | Update to 3.20160728. (diff) |
Update to 2.1.2.
Reported by: portscout
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=419525
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__ircd.pl')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__ircd.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__ircd.pl b/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__ircd.pl index 5b09476f279d..f901c3061bc5 100644 --- a/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__ircd.pl +++ b/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__ircd.pl @@ -1,6 +1,6 @@ ---- plugins-scripts/check_ircd.pl.orig 2015-07-30 21:40:06 UTC +--- plugins-scripts/check_ircd.pl.orig 2016-08-01 16:27:46 UTC +++ plugins-scripts/check_ircd.pl -@@ -67,6 +67,7 @@ sub bindRemote ($$); +@@ -68,6 +68,7 @@ sub bindRemote ($$); $ENV{'PATH'}='@TRUSTED_PATH@'; $ENV{'BASH_ENV'}=''; $ENV{'ENV'}=''; @@ -8,7 +8,7 @@ # -----------------------------------------------------------------[ Global ]-- -@@ -154,7 +155,7 @@ sub bindRemote ($$) +@@ -155,7 +156,7 @@ sub bindRemote ($$) print "IRCD UNKNOWN: Could not start socket ($!)\n"; exit $ERRORS{"UNKNOWN"}; } |