netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ulogd2 1/2] ulogd.conf: harmonize log file options with module default values
@ 2017-02-13  9:47 Kaarle Ritvanen
  2017-02-13  9:47 ` [PATCH ulogd2 2/2] rotate all default output files Kaarle Ritvanen
  2017-03-07 14:00 ` [PATCH ulogd2 1/2] ulogd.conf: harmonize log file options with module default values Eric Leblond
  0 siblings, 2 replies; 5+ messages in thread
From: Kaarle Ritvanen @ 2017-02-13  9:47 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Kaarle Ritvanen

Signed-off-by: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
---
 ulogd.conf.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ulogd.conf.in b/ulogd.conf.in
index 2fcf39a..6e7bdf4 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -183,15 +183,15 @@ nlgroup=1
 socket_path="/tmp/nuauth_ulogd2.sock"
 
 [emu1]
-file="/var/log/ulogd_syslogemu.log"
+file="/var/log/ulogd.syslogemu"
 sync=1
 
 [op1]
-file="/var/log/ulogd_oprint.log"
+file="/var/log/ulogd.pktlog"
 sync=1
 
 [gp1]
-file="/var/log/ulogd_gprint.log"
+file="/var/log/ulogd.gprint"
 sync=1
 timestamp=1
 
@@ -311,7 +311,7 @@ facility=LOG_LOCAL2
 
 [nacct1]
 sync = 1
-#file = /var/log/ulogd_nacct.log
+#file = /var/log/nacctdata.log
 
 [mark1]
 mark = 1
-- 
2.9.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-05-15 22:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-13  9:47 [PATCH ulogd2 1/2] ulogd.conf: harmonize log file options with module default values Kaarle Ritvanen
2017-02-13  9:47 ` [PATCH ulogd2 2/2] rotate all default output files Kaarle Ritvanen
2017-03-07 14:00 ` [PATCH ulogd2 1/2] ulogd.conf: harmonize log file options with module default values Eric Leblond
2017-04-12 11:40   ` Kaarle Ritvanen
2017-05-15 22:05     ` Eric Leblond

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).