public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Bug #13246 fixed for new installations - how to ship?
@ 2023-08-29 20:26 Matthias Fischer
  2023-08-30  9:15 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2023-08-29 20:26 UTC (permalink / raw)
  To: development

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug #13246 fixed for new installations - how to ship?
  2023-08-29 20:26 Bug #13246 fixed for new installations - how to ship? Matthias Fischer
@ 2023-08-30  9:15 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2023-08-30  9:15 UTC (permalink / raw)
  To: development

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

Hello Matthias,

Yes, that wouldn’t hurt I think.

Best,
-Michael

> On 29 Aug 2023, at 21:26, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
> 
> 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-30  9:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-29 20:26 Bug #13246 fixed for new installations - how to ship? Matthias Fischer
2023-08-30  9:15 ` Michael Tremer

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