diff options
Diffstat (limited to 'meta/recipes-extended/sysklogd')
-rw-r--r-- | meta/recipes-extended/sysklogd/files/syslog.conf | 23 | ||||
-rw-r--r-- | meta/recipes-extended/sysklogd/sysklogd_1.5.bb | 2 |
2 files changed, 13 insertions, 12 deletions
diff --git a/meta/recipes-extended/sysklogd/files/syslog.conf b/meta/recipes-extended/sysklogd/files/syslog.conf index 7d1858ca5b..0849de1268 100644 --- a/meta/recipes-extended/sysklogd/files/syslog.conf +++ b/meta/recipes-extended/sysklogd/files/syslog.conf | |||
@@ -34,12 +34,13 @@ news.notice -/var/log/news.notice | |||
34 | # Some `catch-all' logfiles. | 34 | # Some `catch-all' logfiles. |
35 | # | 35 | # |
36 | *.=debug;\ | 36 | *.=debug;\ |
37 | auth,authpriv.none;\ | 37 | auth,authpriv.none;\ |
38 | news.none;mail.none -/var/log/debug | 38 | news.none;mail.none -/var/log/debug |
39 | |||
39 | *.=info;*.=notice;*.=warn;\ | 40 | *.=info;*.=notice;*.=warn;\ |
40 | auth,authpriv.none;\ | 41 | auth,authpriv.none;\ |
41 | cron,daemon.none;\ | 42 | cron,daemon.none;\ |
42 | mail,news.none -/var/log/messages | 43 | mail,news.none -/var/log/messages |
43 | 44 | ||
44 | # | 45 | # |
45 | # Emergencies are sent to everybody logged in. | 46 | # Emergencies are sent to everybody logged in. |
@@ -51,9 +52,9 @@ news.notice -/var/log/news.notice | |||
51 | # console I usually leave idle. | 52 | # console I usually leave idle. |
52 | # | 53 | # |
53 | #daemon,mail.*;\ | 54 | #daemon,mail.*;\ |
54 | # news.=crit;news.=err;news.=notice;\ | 55 | #news.=crit;news.=err;news.=notice;\ |
55 | # *.=debug;*.=info;\ | 56 | #*.=debug;*.=info;\ |
56 | # *.=notice;*.=warn /dev/tty8 | 57 | #*.=notice;*.=warn /dev/tty8 |
57 | 58 | ||
58 | # The named pipe /dev/xconsole is for the `xconsole' utility. To use it, | 59 | # The named pipe /dev/xconsole is for the `xconsole' utility. To use it, |
59 | # you must invoke `xconsole' with the `-file' option: | 60 | # you must invoke `xconsole' with the `-file' option: |
@@ -64,7 +65,7 @@ news.notice -/var/log/news.notice | |||
64 | # busy site.. | 65 | # busy site.. |
65 | # | 66 | # |
66 | daemon.*;mail.*;\ | 67 | daemon.*;mail.*;\ |
67 | news.err;\ | 68 | news.err;\ |
68 | *.=debug;*.=info;\ | 69 | *.=debug;*.=info;\ |
69 | *.=notice;*.=warn |/dev/xconsole | 70 | *.=notice;*.=warn |/dev/xconsole |
70 | 71 | ||
diff --git a/meta/recipes-extended/sysklogd/sysklogd_1.5.bb b/meta/recipes-extended/sysklogd/sysklogd_1.5.bb index 471c8c85bf..5c9588945d 100644 --- a/meta/recipes-extended/sysklogd/sysklogd_1.5.bb +++ b/meta/recipes-extended/sysklogd/sysklogd_1.5.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require sysklogd.inc | 1 | require sysklogd.inc |
2 | PR = "r6" | 2 | PR = "r7" |
3 | 3 | ||
4 | SRC_URI[md5sum] = "e053094e8103165f98ddafe828f6ae4b" | 4 | SRC_URI[md5sum] = "e053094e8103165f98ddafe828f6ae4b" |
5 | SRC_URI[sha256sum] = "6169b8e91d29288e90404f01462b69e7f2afb1161aa419826fe4736c7f9eb773" | 5 | SRC_URI[sha256sum] = "6169b8e91d29288e90404f01462b69e7f2afb1161aa419826fe4736c7f9eb773" |