Re: turn rc_exec variable into an rcexec function

2022-05-20 Thread Antoine Jacoutot
On Tue, May 17, 2022 at 09:12:08AM +0200, Antoine Jacoutot wrote: > Hi folks. > > I would like to move away from the rc_exec variable to an rcexec() function > for > rc.d scripts. > That will allow daemon_logger to work out of the box even for manually > crafted rc_start() functions. > I will als

turn rc_exec variable into an rcexec function

2022-05-17 Thread Antoine Jacoutot
Hi folks. I would like to move away from the rc_exec variable to an rcexec() function for rc.d scripts. That will allow daemon_logger to work out of the box even for manually crafted rc_start() functions. I will also simplify the addition of new features like daemon_startdir. I have tested this w