aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/syslog-ng
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch.de>2010-10-08 14:56:42 +0200
committerSteffen Sledz <sledz@dresearch.de>2010-10-08 14:56:42 +0200
commit0486c1885b278105778b26f8e7bd70eb85db5d2e (patch)
treea132f0afe0e3f01c54a00616535e9bde82962de6 /recipes/syslog-ng
parent00e8e81d7d82087cd10c9ee125bd6059dab2968e (diff)
downloadopenembedded-0486c1885b278105778b26f8e7bd70eb85db5d2e.tar.gz
syslog-ng: increase u-a priority to 200
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>
Diffstat (limited to 'recipes/syslog-ng')
-rw-r--r--recipes/syslog-ng/syslog-ng.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/syslog-ng/syslog-ng.inc b/recipes/syslog-ng/syslog-ng.inc
index fbe9adf623..f12791dddd 100644
--- a/recipes/syslog-ng/syslog-ng.inc
+++ b/recipes/syslog-ng/syslog-ng.inc
@@ -6,7 +6,7 @@ DEPENDS = "libol flex eventlog glib-2.0"
DEPENDS_append = " update-rc.d update-rc.d-native"
RDEPENDS_${PN}_append = " ${@base_conditional("ONLINE_PACKAGE_MANAGEMENT", "none", "", "update-rc.d", d)}"
-INC_PR = "r3"
+INC_PR = "r4"
inherit autotools
@@ -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"