All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.