From 5cfdd42d4b54dc31954af7ff0283878f4495dcc3 Mon Sep 17 00:00:00 2001 From: mpeterson Date: Sat, 10 May 2014 12:32:04 +0000 Subject: [PATCH] Modify defaults for syslog_ng to function properly On 14.04 (trusty) there is nos no need to list all the modules since that was fixed. No only that, listing them causes an error and it doesn't start. --- image/config/syslog_ng_default | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/image/config/syslog_ng_default b/image/config/syslog_ng_default index 7161dbc..c9e7057 100644 --- a/image/config/syslog_ng_default +++ b/image/config/syslog_ng_default @@ -9,5 +9,4 @@ #CONSOLE_LOG_LEVEL=1 # Command line options to syslog-ng -# We set --default-modules because of https://github.com/phusion/baseimage-docker/pull/7. -SYSLOGNG_OPTS="--no-caps --default-modules=affile,afprog,afsocket,afuser,basicfuncs,csvparser,dbparser,syslogformat" +SYSLOGNG_OPTS="--no-caps"