diff options
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 | 8 |
1 files changed, 4 insertions, 4 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 891fb90b2cbd..fe29c20fd4a8 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-04-27 19:59:06.000000000 +0200 -+++ ./plugins-scripts/check_ircd.pl 2014-05-09 18:45:31.000000000 +0200 -@@ -65,6 +65,7 @@ +--- ./plugins-scripts/check_ircd.pl.orig 2014-07-06 19:55:03.000000000 +0200 ++++ ./plugins-scripts/check_ircd.pl 2014-07-29 15:15:32.000000000 +0200 +@@ -66,6 +66,7 @@ $ENV{'PATH'}='@TRUSTED_PATH@'; $ENV{'BASH_ENV'}=''; $ENV{'ENV'}=''; @@ -8,7 +8,7 @@ # -----------------------------------------------------------------[ Global ]-- -@@ -152,7 +153,7 @@ +@@ -153,7 +154,7 @@ print "IRCD UNKNOWN: Could not start socket ($!)\n"; exit $ERRORS{"UNKNOWN"}; } |