mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
* 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
11 lines
342 B
INI
11 lines
342 B
INI
--- ./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$
|
|
|
|
|
|
|