diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:34:09 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:34:09 +0000 |
commit | a11b70fe998f7a40f542a8035f4634f7303a654b (patch) | |
tree | b68fa4cd7aac717ae1a49e701488624a98df4046 /net/iplog/files/patch-aa | |
parent | Update to version 1.2.11. (diff) |
Update to version 2.2.0.
PR: 19690
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=30315
Diffstat (limited to 'net/iplog/files/patch-aa')
-rw-r--r-- | net/iplog/files/patch-aa | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/iplog/files/patch-aa b/net/iplog/files/patch-aa new file mode 100644 index 000000000000..97ea606ece18 --- /dev/null +++ b/net/iplog/files/patch-aa @@ -0,0 +1,24 @@ +--- example-iplog.conf.orig Mon Jul 3 20:32:42 2000 ++++ example-iplog.conf Tue Jul 4 08:45:51 2000 +@@ -2,7 +2,7 @@ + ** $Id: patch-aa,v 1.2 2000/07/04 06:46:42 ust Exp $ + ** + ** Example iplog configuration file. +-** Edit me and copy me to /etc/iplog.conf ++** Edit me and copy me to /usr/local/etc/iplog.conf + ** + ** See iplog.conf(5) for details on syntax and a full description + ** of available options. +@@ -33,10 +33,10 @@ + set ignore_dns + + # Listen on eth0 and eth1 +-interface eth0,eth1 ++# interface xl0,xl1 + + # Operate in promiscuous mode and watch the 192.168.0.x network +-promisc 192.168.0.0/24 ++# promisc 192.168.0.0/24 + + /* + ** Ignore DNS traffic from nameservers. |