* [PATCH] syslog-ng: increase u-a priority to 200
@ 2010-10-08 12:07 Steffen Sledz
2010-10-08 12:21 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Steffen Sledz @ 2010-10-08 12:07 UTC (permalink / raw)
To: openembedded-devel
Priority for update-alternatives was 50 before which was the
same like the one for busybox-syslog. Resulting order now is:
* 300 rsyslogd
* 200 syslog-ng
* 100 sysklogd
* 50 busybox-syslog
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
---
recipes/syslog-ng/syslog-ng.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes/syslog-ng/syslog-ng.inc b/recipes/syslog-ng/syslog-ng.inc
index fbe9adf..e58f1ea 100644
--- a/recipes/syslog-ng/syslog-ng.inc
+++ b/recipes/syslog-ng/syslog-ng.inc
@@ -22,7 +22,7 @@ do_install_append() {
CONFFILES_${PN} = "${sysconfdir}/${PN}.conf"
pkg_postinst_${PN} () {
- update-alternatives --install ${sysconfdir}/init.d/syslog syslog-init syslog.${PN} 50
+ update-alternatives --install ${sysconfdir}/init.d/syslog syslog-init syslog.${PN} 200
if test "x$D" != "x"; then
OPT="-r $D"
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] syslog-ng: increase u-a priority to 200
2010-10-08 12:07 [PATCH] syslog-ng: increase u-a priority to 200 Steffen Sledz
@ 2010-10-08 12:21 ` Martin Jansa
2010-10-08 12:58 ` Steffen Sledz
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2010-10-08 12:21 UTC (permalink / raw)
To: Steffen Sledz; +Cc: openembedded-devel
On Fri, Oct 08, 2010 at 02:07:20PM +0200, Steffen Sledz wrote:
> Priority for update-alternatives was 50 before which was the
> same like the one for busybox-syslog. Resulting order now is:
>
> * 300 rsyslogd
> * 200 syslog-ng
> * 100 sysklogd
> * 50 busybox-syslog
>
> Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
please bump INC_PR with it
> ---
> recipes/syslog-ng/syslog-ng.inc | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/syslog-ng/syslog-ng.inc b/recipes/syslog-ng/syslog-ng.inc
> index fbe9adf..e58f1ea 100644
> --- a/recipes/syslog-ng/syslog-ng.inc
> +++ b/recipes/syslog-ng/syslog-ng.inc
> @@ -22,7 +22,7 @@ do_install_append() {
> CONFFILES_${PN} = "${sysconfdir}/${PN}.conf"
>
> pkg_postinst_${PN} () {
> - update-alternatives --install ${sysconfdir}/init.d/syslog syslog-init syslog.${PN} 50
> + update-alternatives --install ${sysconfdir}/init.d/syslog syslog-init syslog.${PN} 200
>
> if test "x$D" != "x"; then
> OPT="-r $D"
> --
> 1.7.1
>
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] syslog-ng: increase u-a priority to 200
2010-10-08 12:21 ` Martin Jansa
@ 2010-10-08 12:58 ` Steffen Sledz
0 siblings, 0 replies; 3+ messages in thread
From: Steffen Sledz @ 2010-10-08 12:58 UTC (permalink / raw)
To: openembedded-devel; +Cc: Martin Jansa
Am 08.10.2010 14:21, schrieb Martin Jansa:
> On Fri, Oct 08, 2010 at 02:07:20PM +0200, Steffen Sledz wrote:
>> Priority for update-alternatives was 50 before which was the
>> same like the one for busybox-syslog. Resulting order now is:
>>
>> * 300 rsyslogd
>> * 200 syslog-ng
>> * 100 sysklogd
>> * 50 busybox-syslog
>>
>> Signed-off-by: Steffen Sledz <sledz@dresearch.de>
>
> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
>
> please bump INC_PR with it
Bumped and pushed. ;-)
--
Steffen Sledz
DResearch Digital Media Systems GmbH
Otto-Schmirgal-Str.3, D-10319 Berlin, Germany
Tel: +49 (30) 515932237 mailto:sledz@DResearch.DE
Fax: +49 (30) 515932299 http://www.DResearch.DE
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 54412;
Ust.-IDNr. DE169013825; WEEE Reg.-Nr. DE 85995642
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-08 12:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-08 12:07 [PATCH] syslog-ng: increase u-a priority to 200 Steffen Sledz
2010-10-08 12:21 ` Martin Jansa
2010-10-08 12:58 ` Steffen Sledz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.