From: Vitus Jensen Date: Wed, 22 Dec 2010 22:52:41 +0000 (+0000) Subject: monit: enable include from /etc/monit.d X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee38074fff2d9a466190993c768509926fa291a8;p=openembedded.git monit: enable include from /etc/monit.d Signed-off-by: Khem Raj --- 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 0000000000..3370921f76 --- /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 4bdeeb8c6e..ebdeb8ed31 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"