Re: [gentoo-dev] Common options missed in OpenRC declarative scripts and how to improve them

2021-12-03 Thread Marc Schiffbauer
* Michael Orlitzky schrieb am 02.12.21 um 08:05 Uhr: > On 2021-12-02 08:12:55, Alec Warner wrote: > > > > Can we automate any of it? Emit QA warnings? etc. > > > > I would love to be proven wrong, but I don't think so. We have two > main problems. First, The service scripts are POSIX sh, which

Re: [gentoo-dev] Common options missed in OpenRC declarative scripts and how to improve them

2021-12-02 Thread Michael Orlitzky
On 2021-12-02 08:12:55, Alec Warner wrote: > > Can we automate any of it? Emit QA warnings? etc. > I would love to be proven wrong, but I don't think so. We have two main problems. First, The service scripts are POSIX sh, which is better than bash, but still can't easily be parsed for semantic

Re: [gentoo-dev] Common options missed in OpenRC declarative scripts and how to improve them

2021-12-02 Thread Brian Evans
On 12/2/2021 7:34 AM, Michael Orlitzky wrote: On 2021-12-01 21:02:20, Brian Evans wrote: After a cursory scan of the Gentoo repository, I've noticed an overabundance of start_stop_daemon_args being declared in scripts committed. I would like to draw attention and see if we can clean these up

Re: [gentoo-dev] Common options missed in OpenRC declarative scripts and how to improve them

2021-12-02 Thread Alec Warner
On Thu, Dec 2, 2021 at 4:34 AM Michael Orlitzky wrote: > > On 2021-12-01 21:02:20, Brian Evans wrote: > > After a cursory scan of the Gentoo repository, I've noticed an > > overabundance of start_stop_daemon_args being declared in scripts committed. > > > > I would like to draw attention and see

Re: [gentoo-dev] Common options missed in OpenRC declarative scripts and how to improve them

2021-12-02 Thread Michael Orlitzky
On 2021-12-01 21:02:20, Brian Evans wrote: > After a cursory scan of the Gentoo repository, I've noticed an > overabundance of start_stop_daemon_args being declared in scripts committed. > > I would like to draw attention and see if we can clean these up together. A lot of this is covered in the

[gentoo-dev] Common options missed in OpenRC declarative scripts and how to improve them

2021-12-01 Thread Brian Evans
After a cursory scan of the Gentoo repository, I've noticed an overabundance of start_stop_daemon_args being declared in scripts committed. I would like to draw attention and see if we can clean these up together. The reason why these are important is the modular nature of the declarative