]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
ulogd.conf: add missing quote.
authorEric Leblond <eric@regit.org>
Sat, 20 Jul 2013 10:17:08 +0000 (12:17 +0200)
committerEric Leblond <eric@regit.org>
Thu, 10 Oct 2013 00:30:28 +0000 (02:30 +0200)
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>
ulogd.conf.in

index 042bfe1b595842198d713449f87ff85813b5e478..0f9df7bac85a3b3d1349b55d03ce2faa95c29892 100644 (file)
@@ -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]