[oe-commits] Steffen Sledz : rsyslog: change path for config includes to /etc/rsyslog.d

git version control git at git.openembedded.org
Tue Sep 20 13:02:32 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d4c60de1b5f78eb06480aacaa659e46ad1df21b3
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=d4c60de1b5f78eb06480aacaa659e46ad1df21b3

Author: Steffen Sledz <sledz at dresearch-fe.de>
Date:   Tue Sep 20 14:57:40 2011 +0200

rsyslog: change path for config includes to /etc/rsyslog.d

Signed-off-by: Steffen Sledz <sledz at dresearch-fe.de>

---

 recipes/rsyslog/rsyslog.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/rsyslog/rsyslog.inc b/recipes/rsyslog/rsyslog.inc
index ab78865..2569c0e 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}





More information about the Openembedded-commits mailing list