All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steffen Sledz <sledz@dresearch-fe.de>
To: openembedded-devel@lists.openembedded.org,
	 Otavio Salvador <otavio@ossystems.com.br>,
	Armin Kuster <akuster808@gmail.com>
Subject: Re: [meta-oe][dizzy][PATCH] rsyslog: fix name of syslogd ua group
Date: Mon, 02 Mar 2015 08:24:52 +0100	[thread overview]
Message-ID: <54F41044.4070206@dresearch-fe.de> (raw)
In-Reply-To: <1425041152-21513-2-git-send-email-sledz@dresearch-fe.de>

On 27.02.2015 13:45, Steffen Sledz wrote:
> (backport from master)
> 
> All the other syslogd implementations use 'syslogd' as update alternatives
> group name. So rsyslogd should use this too.
> 
> Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
> index aeca09a..7593dfb 100644
> --- a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
> +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
> @@ -125,10 +125,10 @@ INITSCRIPT_PARAMS = "defaults"
>  # higher than sysklogd's 100
>  ALTERNATIVE_PRIORITY = "110"
>  
> -ALTERNATIVE_${PN} = "rsyslogd syslog-conf syslog-logrotate"
> +ALTERNATIVE_${PN} = "syslogd syslog-conf syslog-logrotate"
>  
> -ALTERNATIVE_LINK_NAME[rsyslogd] = "${base_sbindir}/syslogd"
> -ALTERNATIVE_TARGET[rsyslogd] = "${sbindir}/rsyslogd"
> +ALTERNATIVE_LINK_NAME[syslogd] = "${base_sbindir}/syslogd"
> +ALTERNATIVE_TARGET[syslogd] = "${sbindir}/rsyslogd"
>  ALTERNATIVE_LINK_NAME[syslog-conf] = "${sysconfdir}/syslog.conf"
>  ALTERNATIVE_TARGET[syslog-conf] = "${sysconfdir}/rsyslog.conf"
>  ALTERNATIVE_LINK_NAME[syslog-logrotate] = "${sysconfdir}/logrotate.d/syslog"

Would be great if this patch could make it expeditiously to dizzy

Without this patch it is not possible to use rsyslog without problems because the wrong ua group name leads to running rsyslog and busybox-syslogd in parallel fighting on sockets and other ressources.

Thx,
Steffen

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058


  reply	other threads:[~2015-03-02  7:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-27 12:45 [meta-oe][dizzy][PATCH] rsyslog: fix name of syslogd ua group Steffen Sledz
2015-02-27 12:45 ` Steffen Sledz
2015-03-02  7:24   ` Steffen Sledz [this message]
2015-03-03 20:13     ` Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54F41044.4070206@dresearch-fe.de \
    --to=sledz@dresearch-fe.de \
    --cc=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=otavio@ossystems.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.