[oe-commits] Vitus Jensen : monit: enable include from /etc/monit.d

git version control git at git.openembedded.org
Thu Dec 30 21:05:58 UTC 2010


Module: openembedded.git
Branch: testing-next
Commit: ee38074fff2d9a466190993c768509926fa291a8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ee38074fff2d9a466190993c768509926fa291a8

Author: Vitus Jensen <vjensen at gmx.de>
Date:   Wed Dec 22 22:52:41 2010 +0000

monit: enable include from /etc/monit.d

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 .../enable-include-from-etc-monit.d.patch          |   10 ++++++++++
 recipes/monit/monit_4.10.1.bb                      |    3 ++-
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/recipes/monit/monit-4.10.1/enable-include-from-etc-monit.d.patch b/recipes/monit/monit-4.10.1/enable-include-from-etc-monit.d.patch
new file mode 100644
index 0000000..3370921
--- /dev/null
+++ b/recipes/monit/monit-4.10.1/enable-include-from-etc-monit.d.patch
@@ -0,0 +1,10 @@
+--- a/monitrc
++++ b/monitrc
+@@ -212,6 +212,6 @@
+ ## It is possible to include additional configuration parts from other files or
+ ## directories.
+ #
+-#  include /etc/monit.d/*
++include /etc/monit.d/*
+ #
+ #
diff --git a/recipes/monit/monit_4.10.1.bb b/recipes/monit/monit_4.10.1.bb
index 4bdeeb8..ebdeb8e 100644
--- a/recipes/monit/monit_4.10.1.bb
+++ b/recipes/monit/monit_4.10.1.bb
@@ -1,9 +1,10 @@
 LICENSE = "GPL"
 DEPENDS = "openssl"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.tildeslash.com/monit/dist/monit-${PV}.tar.gz\
 	file://no-strip-in-makefile.patch \
+	file://enable-include-from-etc-monit.d.patch \
 	file://init"
 
 INITSCRIPT_NAME = "monit"





More information about the Openembedded-commits mailing list