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 <qi.c...@windriver.com> --- meta/recipes-extended/sysklogd/files/syslog.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/sysklogd/files/syslog.conf b/meta/recipes-extended/sysklogd/files/syslog.conf index 0849de1..46a734c 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 -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core