]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
sysklog: comment out configuration regarding xconsole ChenQi/systemd-syslog-service
authorChen Qi <Qi.Chen@windriver.com>
Fri, 19 Sep 2014 02:13:28 +0000 (10:13 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Fri, 26 Sep 2014 08:55:38 +0000 (16:55 +0800)
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.Chen@windriver.com>
meta/recipes-extended/sysklogd/files/syslog.conf

index 0849de12687209470b300c8ac57b5bc0da928fd6..46a734c0881802b81192ba27495ebf03cd5ab1fb 100644 (file)
@@ -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