aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-09-19 10:13:28 +0800
committerChen Qi <Qi.Chen@windriver.com>2014-09-26 16:55:38 +0800
commit16e0c4481ed581a2dc114ff34ca022b5b0970d66 (patch)
treeb25f4ecc5beddc9615cc80753dc4daa8781f24df
parent318b7aafa24c267330b5e4d02f5cd66099cd0b5f (diff)
downloadopenembedded-core-contrib-ChenQi/systemd-syslog-service.tar.gz
sysklog: comment out configuration regarding xconsoleChenQi/systemd-syslog-service
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>
-rw-r--r--meta/recipes-extended/sysklogd/files/syslog.conf8
1 files changed, 4 insertions, 4 deletions
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