From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: Bug #13246 fixed for new installations - how to ship? Date: Tue, 29 Aug 2023 22:26:38 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8601021835058785204==" List-Id: --===============8601021835058785204== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dcommit;h=3D3e4e65dd2872399dc9a= d2e589e8eb12ebdcdb0e4 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 --===============8601021835058785204==--