public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] monit: Fix for Bug #13246 - No such file or directory '/etc/monit.d'
Date: Tue, 15 Aug 2023 18:29:34 +0200	[thread overview]
Message-ID: <20230815162934.90283-1-matthias.fischer@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 816 bytes --]

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 config/rootfiles/packages/monit | 1 +
 lfs/monit                       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/config/rootfiles/packages/monit b/config/rootfiles/packages/monit
index 4477ea3d2..a375f848f 100644
--- a/config/rootfiles/packages/monit
+++ b/config/rootfiles/packages/monit
@@ -1,3 +1,4 @@
+etc/monit.d
 etc/monitrc
 usr/bin/monit
 #usr/share/man/man1/monit.1
diff --git a/lfs/monit b/lfs/monit
index d243be460..080b7ba1a 100644
--- a/lfs/monit
+++ b/lfs/monit
@@ -89,6 +89,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && make install
 
 	mkdir -p /var/lib/monit
+	mkdir -p /etc/monit.d
 
 	# Install backup include file
 	install -v -m 644 $(DIR_SRC)/config/backup/includes/monit \
-- 
2.34.1


                 reply	other threads:[~2023-08-15 16:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230815162934.90283-1-matthias.fischer@ipfire.org \
    --to=matthias.fischer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox