From 6fd1caa623563f728d87434f5684cf1d3c9b6c53 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 4 Aug 2012 20:05:32 +0000 Subject: busybox-syslog.service.in: Create alias for syslog.service The default syslog implementation should make syslog.service a symlink to itself, so that this socket activates the right actual syslog service. Signed-off-by: Khem Raj Signed-off-by: Koen Kooi --- .../meta-oe/recipes-core/busybox/busybox/busybox-syslog.service.in | 1 + meta-systemd/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-systemd/meta-oe/recipes-core/busybox/busybox/busybox-syslog.service.in b/meta-systemd/meta-oe/recipes-core/busybox/busybox/busybox-syslog.service.in index c6c625ec52..2e04321385 100644 --- a/meta-systemd/meta-oe/recipes-core/busybox/busybox/busybox-syslog.service.in +++ b/meta-systemd/meta-oe/recipes-core/busybox/busybox/busybox-syslog.service.in @@ -10,3 +10,4 @@ Sockets=syslog.socket [Install] WantedBy=multi-user.target Also=busybox-klogd.service +Alias=syslog.service diff --git a/meta-systemd/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend b/meta-systemd/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend index 915a50ebf2..bb1155074f 100644 --- a/meta-systemd/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend +++ b/meta-systemd/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend @@ -1,6 +1,6 @@ inherit systemd -PRINC := "${@int(PRINC) + 2}" +PRINC := "${@int(PRINC) + 3}" # look for files in the layer first FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -- cgit v1.2.3-54-g00ecf