From: Eric Leblond Date: Sat, 20 Jul 2013 10:17:08 +0000 (+0200) Subject: ulogd.conf: add missing quote. X-Git-Tag: ulogd-2.0.3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5b1116cf5ad90186fbe5a74ec58c4201395f619;p=thirdparty%2Fulogd2.git 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 --- 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]