diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-21 11:12:50 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-21 11:12:50 +0000 |
commit | 8d367325229095d906cb94e5736dfa77ce105566 (patch) | |
tree | 91db42f4e0cd8d0df7275f908ae84a9efcb2c2c9 /net-mgmt/monitoring-plugins/files/patch-plugins-scripts_check__ircd.pl | |
parent | Update to 2.0.28. (diff) |
Update to 2.2.
Reported by: portscout
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt/monitoring-plugins/files/patch-plugins-scripts_check__ircd.pl')
-rw-r--r-- | net-mgmt/monitoring-plugins/files/patch-plugins-scripts_check__ircd.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/monitoring-plugins/files/patch-plugins-scripts_check__ircd.pl b/net-mgmt/monitoring-plugins/files/patch-plugins-scripts_check__ircd.pl index 46fe0a3aedbb..0cd1a4951128 100644 --- a/net-mgmt/monitoring-plugins/files/patch-plugins-scripts_check__ircd.pl +++ b/net-mgmt/monitoring-plugins/files/patch-plugins-scripts_check__ircd.pl @@ -1,6 +1,6 @@ ---- plugins-scripts/check_ircd.pl.orig 2014-11-30 10:36:26 UTC +--- plugins-scripts/check_ircd.pl.orig 2016-11-29 08:45:08 UTC +++ plugins-scripts/check_ircd.pl -@@ -66,6 +66,7 @@ sub bindRemote ($$); +@@ -65,6 +65,7 @@ sub bindRemote ($$); $ENV{'PATH'}='@TRUSTED_PATH@'; $ENV{'BASH_ENV'}=''; $ENV{'ENV'}=''; @@ -8,7 +8,7 @@ # -----------------------------------------------------------------[ Global ]-- -@@ -153,7 +154,7 @@ sub bindRemote ($$) +@@ -152,7 +153,7 @@ sub bindRemote ($$) print "IRCD UNKNOWN: Could not start socket ($!)\n"; exit $ERRORS{"UNKNOWN"}; } |