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: Bug #13246 fixed for new installations - how to ship?
Date: Tue, 29 Aug 2023 22:26:38 +0200	[thread overview]
Message-ID: <dc2176fc-d0fb-4eec-5049-cfcfe788a353@ipfire.org> (raw)

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

Hi,

https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=3e4e65dd2872399dc9ad2e589e8eb12ebdcdb0e4

This commit fixes the error "Include failed -- No such file or directory
'/etc/monit.d/*'" while starting 'monit'.

How do we want to handle existing installations?

I propose adding these lines to 'update.sh':

...
# Create missing 'monit.d'-directory
if [ -f /usr/bin/monit ]; then
   mkdir -p /etc/monit.d
fi
...

Opinions?

Best,
Matthias

             reply	other threads:[~2023-08-29 20:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-29 20:26 Matthias Fischer [this message]
2023-08-30  9:15 ` Michael Tremer

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=dc2176fc-d0fb-4eec-5049-cfcfe788a353@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