diff options
Diffstat (limited to 'meta/recipes-extended/sysklogd')
-rw-r--r-- | meta/recipes-extended/sysklogd/sysklogd.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc index fc4e67c18e..f151dd87f7 100644 --- a/meta/recipes-extended/sysklogd/sysklogd.inc +++ b/meta/recipes-extended/sysklogd/sysklogd.inc | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ | |||
11 | file://klogd.c;beginline=2;endline=19;md5=7e87ed0ae6142de079bce738c10c899d \ | 11 | file://klogd.c;beginline=2;endline=19;md5=7e87ed0ae6142de079bce738c10c899d \ |
12 | " | 12 | " |
13 | 13 | ||
14 | inherit update-rc.d systemd | 14 | inherit update-rc.d update-alternatives systemd |
15 | 15 | ||
16 | SRC_URI = "http://www.infodrom.org/projects/sysklogd/download/sysklogd-${PV}.tar.gz \ | 16 | SRC_URI = "http://www.infodrom.org/projects/sysklogd/download/sysklogd-${PV}.tar.gz \ |
17 | file://no-strip-install.patch \ | 17 | file://no-strip-install.patch \ |
@@ -58,6 +58,11 @@ do_install () { | |||
58 | 58 | ||
59 | FILES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','${exec_prefix}/lib/tmpfiles.d/sysklogd.conf', '', d)}" | 59 | FILES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','${exec_prefix}/lib/tmpfiles.d/sysklogd.conf', '', d)}" |
60 | 60 | ||
61 | ALTERNATIVE_PRIORITY = "100" | ||
62 | |||
63 | ALTERNATIVE_${PN}-doc = "syslogd.8" | ||
64 | ALTERNATIVE_LINK_NAME[syslogd.8] = "${mandir}/man8/syslogd.8" | ||
65 | |||
61 | pkg_prerm_${PN} () { | 66 | pkg_prerm_${PN} () { |
62 | if test "x$D" = "x"; then | 67 | if test "x$D" = "x"; then |
63 | if test "$1" = "upgrade" -o "$1" = "remove"; then | 68 | if test "$1" = "upgrade" -o "$1" = "remove"; then |