blob: 42b672dbf28c0a5e3f0f4eed31aee8949ca3f961 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
--- a/flowd.conf
+++ b/flowd.conf
@@ -1,7 +1,5 @@
-# $Id: flowd.conf,v 1.15 2005/05/14 06:04:48 djm Exp $
-
# Specify where flowd should store its flow records
-logfile "/var/log/flowd"
+logfile "/var/lib/flowd/data"
# Specify what addresses/ports flowd should listen on.
# Multiple addresses may be specified
--- a/flowd.conf.5.in
+++ b/flowd.conf.5.in
@@ -156,7 +156,7 @@
.Pp
For example,
.Bd -literal -offset indent
-logfile "/var/log/flowd.bin"
+logfile "/var/lib/flowd/data"
.Ed
.Pp
There is no default value for this option and it it mandatory
@@ -172,7 +172,7 @@
.Pp
For example,
.Bd -literal -offset indent
-logsock "/var/log/flowd.sock"
+logsock "/var/lib/flowd/socket"
.Ed
.Pp
This option accepts the modifier
@@ -184,7 +184,7 @@
.Pp
For example,
.Bd -literal -offset indent
-logsock "/var/log/flowd.sock" bufsize 65536
+logsock "/var/lib/flowd/socket" bufsize 65536
.Ed
.Pp
There is no default value for
|