aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rsyslog
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch-fe.de>2011-11-30 08:57:53 +0000
committerTom Rini <trini@kernel.crashing.org>2011-12-01 07:56:30 -0700
commitccecfe6c9b950be096225a06f635cf4a7d0243fb (patch)
tree9fb37f629db4c5e58798e24383071b14af6f4ef4 /recipes/rsyslog
parent0c7e59baed545f4df9bca488087653f7d48a5620 (diff)
downloadopenembedded-ccecfe6c9b950be096225a06f635cf4a7d0243fb.tar.gz
rsyslog: change path for config includes to /etc/rsyslog.d
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by: Tom Rini <trini@kernel.crashing.org>
Diffstat (limited to 'recipes/rsyslog')
-rw-r--r--recipes/rsyslog/rsyslog.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/rsyslog/rsyslog.inc b/recipes/rsyslog/rsyslog.inc
index 8f67130274..3ab593e96b 100644
--- a/recipes/rsyslog/rsyslog.inc
+++ b/recipes/rsyslog/rsyslog.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Rsyslog is an enhanced multi-threaded syslogd"
DEPENDS = "zlib"
HOMEPAGE = "http://www.rsyslog.com/"
LICENSE = "GPLv3"
-INC_PR = "r2"
+INC_PR = "r3"
SRC_URI = "http://www.rsyslog.com/files/download/rsyslog/${PN}-${PV}.tar.gz \
file://rsyslog.conf \
@@ -12,7 +12,7 @@ SRC_URI = "http://www.rsyslog.com/files/download/rsyslog/${PN}-${PV}.tar.gz \
inherit autotools
do_install_append() {
- install -d ${D}/${sysconfdir}/${PN}
+ install -d ${D}/${sysconfdir}/rsyslog.d
install ${WORKDIR}/rsyslog.conf ${D}${sysconfdir}/rsyslog.conf
install -d ${D}/${sysconfdir}/init.d
install -m 755 ${WORKDIR}/initscript ${D}/${sysconfdir}/init.d/syslog.${PN}