From 16e0c4481ed581a2dc114ff34ca022b5b0970d66 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Fri, 19 Sep 2014 10:13:28 +0800 Subject: 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 --- meta/recipes-extended/sysklogd/files/syslog.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta') diff --git a/meta/recipes-extended/sysklogd/files/syslog.conf b/meta/recipes-extended/sysklogd/files/syslog.conf index 0849de1268..46a734c088 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 -- cgit 1.2.3-korg