summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Leblond <eric@regit.org>2013-07-20 12:17:08 +0200
committerEric Leblond <eric@regit.org>2013-10-10 02:30:28 +0200
commitd5b1116cf5ad90186fbe5a74ec58c4201395f619 (patch)
tree52e6ff4223a7ea6ac3b82894224b2e065ce6d3f7
parent9768bfb0920645d360feee3bba8d1aaa1ecd1e2f (diff)
ulogd.conf: add missing quote.
Pcap file variable was not quoted. This was confusing as the correct file was not open if the user did uncomment the variable. Signed-off-by: Eric Leblond <eric@regit.org>
-rw-r--r--ulogd.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index 042bfe1..0f9df7b 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -197,7 +197,7 @@ sync=1
[pcap1]
#default file is /var/log/ulogd.pcap
-#file=/var/log/ulogd.pcap
+#file="/var/log/ulogd.pcap"
sync=1
[mysql1]