From 99ac4ab1eed310adbe4d24bdee9b67ee6dfb7905 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Mon, 11 Jun 2012 20:56:19 -0400 Subject: [PATCH] minor comment wording update w.r.t. SYSLOG_DAEMON usage --- psad.conf | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/psad.conf b/psad.conf index 433e177..b6c006d 100644 --- a/psad.conf +++ b/psad.conf @@ -57,7 +57,9 @@ FW_MSG_SEARCH DROP; ### Set the type of syslog daemon that is used. The SYSLOG_DAEMON ### variable accepts four possible values: syslogd, syslog-ng, ulogd, -### or metalog. +### or metalog. Note: this variable is only used if ENABLE_SYSLOG_FILE is +### disabled, and this in turn will mean that the legacy kmsgsd daemon will +### collect firewall logs from syslog via the old named pipe mechanism. SYSLOG_DAEMON syslogd; ### What type of interface configuration do you use? Set this variable to -- 1.7.5.4