From: Chen Qi Date: Fri, 19 Sep 2014 02:13:28 +0000 (+0800) Subject: sysklog: comment out configuration regarding xconsole X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16e0c4481ed581a2dc114ff34ca022b5b0970d66;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sysklog: comment out configuration regarding xconsole I commented out these configurations for the following reasons: We don't have xconsole utility in OE. These configurations are useless for us. Besides, the /dev/xconsole device is created in the init script which means if these configuration are enabled, we need to add a script in sysklogd which creates /dev/xconsole and is invoked in ExecStartPre in the sysklogd's service file. I think it's better that we just comment these lines out. Signed-off-by: Chen Qi --- diff --git a/meta/recipes-extended/sysklogd/files/syslog.conf b/meta/recipes-extended/sysklogd/files/syslog.conf index 0849de12687..46a734c0881 100644 --- a/meta/recipes-extended/sysklogd/files/syslog.conf +++ b/meta/recipes-extended/sysklogd/files/syslog.conf @@ -64,8 +64,8 @@ mail,news.none -/var/log/messages # NOTE: adjust the list below, or you'll go crazy if you have a reasonably # busy site.. # -daemon.*;mail.*;\ -news.err;\ -*.=debug;*.=info;\ -*.=notice;*.=warn |/dev/xconsole +#daemon.*;mail.*;\ +#news.err;\ +#*.=debug;*.=info;\ +#*.=notice;*.=warn |/dev/xconsole