mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
* New maintainer Jov <amutu@amutu.com> * Removed obsolete patches - Fix typo in add_ports(), change to tcp_ports[] to udp_ports[] - Fixed pid file, write it from parent process *after* terminal is detached. - Fixed daemon mode, no longer depends on pid file option - In ipaudit.c, now apply pcap filters (-f option) to packets read from capture file. - In total.c, now handle command-line option errors correctly. - In hash.c, fix reallocation of data potions of hash table items when memory reallocated. PR: 220097 Submitted by: Jov <amutu@amutu.com> (maintainer) Reviewed by: lifanov (mentor), matthew (mentor) Approved by: lifanov (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11356
11 lines
252 B
Text
11 lines
252 B
Text
--- src/ipaudit.conf.sample.orig 2017-06-18 04:09:55 UTC
|
|
+++ src/ipaudit.conf.sample
|
|
@@ -0,0 +1,8 @@
|
|
+#
|
|
+# test configuration file for ipaudit
|
|
+#
|
|
+# interface lo eth0
|
|
+interface lo eth0
|
|
+writetime on
|
|
+icmptype on
|
|
+# saveport 1:6,21,23,111,6667,65301
|