1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

sysklogd: removed tabs from syslog.conf

Yocto #2926: syslog.conf should not have tabs within the selector field.
Removed tabs from the selector field of syslog rules. Tabs or spaces
should be used, in syslog.conf, only when separating selectors from
actions.

(From OE-Core rev: 1316be4e597332a629842b3f5a7dde8e45dd057d)

(From OE-Core rev: c806466c8d4a9d0d4a66d34d3565d5879c2f2b0f)

Signed-off-by: Mihai Lindner <mihaix.lindner@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

Resolved merge conflicts with denzil branch.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mihai Lindner
2012-08-10 12:07:38 +03:00
committed by Richard Purdie
parent 07f304f4e2
commit 2ccb03f9b7
2 changed files with 13 additions and 12 deletions
@@ -34,12 +34,13 @@ news.notice -/var/log/news.notice
# Some `catch-all' logfiles. # Some `catch-all' logfiles.
# #
*.=debug;\ *.=debug;\
auth,authpriv.none;\ auth,authpriv.none;\
news.none;mail.none -/var/log/debug news.none;mail.none -/var/log/debug
*.=info;*.=notice;*.=warn;\ *.=info;*.=notice;*.=warn;\
auth,authpriv.none;\ auth,authpriv.none;\
cron,daemon.none;\ cron,daemon.none;\
mail,news.none -/var/log/messages mail,news.none -/var/log/messages
# #
# Emergencies are sent to everybody logged in. # Emergencies are sent to everybody logged in.
@@ -51,9 +52,9 @@ news.notice -/var/log/news.notice
# console I usually leave idle. # console I usually leave idle.
# #
#daemon,mail.*;\ #daemon,mail.*;\
# news.=crit;news.=err;news.=notice;\ #news.=crit;news.=err;news.=notice;\
# *.=debug;*.=info;\ #*.=debug;*.=info;\
# *.=notice;*.=warn /dev/tty8 #*.=notice;*.=warn /dev/tty8
# The named pipe /dev/xconsole is for the `xconsole' utility. To use it, # The named pipe /dev/xconsole is for the `xconsole' utility. To use it,
# you must invoke `xconsole' with the `-file' option: # you must invoke `xconsole' with the `-file' option:
@@ -64,7 +65,7 @@ news.notice -/var/log/news.notice
# busy site.. # busy site..
# #
daemon.*;mail.*;\ daemon.*;mail.*;\
news.err;\ news.err;\
*.=debug;*.=info;\ *.=debug;*.=info;\
*.=notice;*.=warn |/dev/xconsole *.=notice;*.=warn |/dev/xconsole
@@ -1,5 +1,5 @@
require sysklogd.inc require sysklogd.inc
PR = "r5" PR = "r6"
SRC_URI[md5sum] = "e053094e8103165f98ddafe828f6ae4b" SRC_URI[md5sum] = "e053094e8103165f98ddafe828f6ae4b"
SRC_URI[sha256sum] = "6169b8e91d29288e90404f01462b69e7f2afb1161aa419826fe4736c7f9eb773" SRC_URI[sha256sum] = "6169b8e91d29288e90404f01462b69e7f2afb1161aa419826fe4736c7f9eb773"