summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios/files/patch-sample-config__cgi.cfg.in
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-14 14:23:36 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-14 14:23:36 +0000
commit121dea5a9ccd255531d4994462c8dee6fa48ec94 (patch)
tree0c8a66e69356492d3cd3e1bfa308b3fa2605dc8e /net-mgmt/nagios/files/patch-sample-config__cgi.cfg.in
parent- Convert to USES=tk (diff)
* Add a patch from upstream fixing a cgi vulnerability[1]
* Cleanup COMMENT * Rename patches to follow make makepatch naming * Incorporate a sed into already patched files. Poked by: ohauer [1] Security: CVE-2013-7108 CVE-2013-7205
Notes
Notes: svn path=/head/; revision=339689
Diffstat (limited to 'net-mgmt/nagios/files/patch-sample-config__cgi.cfg.in')
-rw-r--r--net-mgmt/nagios/files/patch-sample-config__cgi.cfg.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nagios/files/patch-sample-config__cgi.cfg.in b/net-mgmt/nagios/files/patch-sample-config__cgi.cfg.in
new file mode 100644
index 000000000000..1e2bda2bfee6
--- /dev/null
+++ b/net-mgmt/nagios/files/patch-sample-config__cgi.cfg.in
@@ -0,0 +1,11 @@
+--- ./sample-config/cgi.cfg.in.orig 2013-08-30 19:46:14.000000000 +0200
++++ ./sample-config/cgi.cfg.in 2014-01-14 13:57:06.000000000 +0100
+@@ -264,7 +264,7 @@
+ # OS and distribution, so you may have to tweak this to
+ # work on your system.
+
+-ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$
++ping_syntax=/sbin/ping -n -c 5 $HOSTADDRESS$
+
+
+