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

git at git.openembedded.org git at git.openembedded.org
Wed Nov 30 08:27:30 UTC 2011


Module: openembedded.git
Branch: sledz/maintenance
Commit: 593bb513a7e7a79d05c05e13c5641e6d86e6b116
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=593bb513a7e7a79d05c05e13c5641e6d86e6b116

Author: Steffen Sledz <sledz at dresearch-fe.de>
Date:   Wed Nov 30 09:23:01 2011 +0100

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

This reverts commit ef527950e102b9532afb5f014c6204531559df8c.

---

 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 3ab593e..8f67130 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 = "r3"
+INC_PR = "r2"
 
 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}/rsyslog.d
+        install -d ${D}/${sysconfdir}/${PN}
         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