public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] monit: Fix for Bug #13246 - No such file or directory '/etc/monit.d'
@ 2023-08-15 16:29 Matthias Fischer
  0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2023-08-15 16:29 UTC (permalink / raw)
  To: development

[-- 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-15 16:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-15 16:29 [PATCH] monit: Fix for Bug #13246 - No such file or directory '/etc/monit.d' Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox