Hi,
On 2022-09-22 17:18, Stepan Golosunov wrote:
> > Aurelien Jarno pushed to branch sid at GNU Libc Maintainers / glibc
> > Commits:
>
> >309ee6f5
> >by Gioele Barabucci at 2022-09-21T21:54:06+00:00
> >libc.preinst: Avoid using pidof
>
> > -if pidof xscreensaver xlockmor
> Aurelien Jarno pushed to branch sid at GNU Libc Maintainers / glibc
> Commits:
>309ee6f5
>by Gioele Barabucci at 2022-09-21T21:54:06+00:00
>libc.preinst: Avoid using pidof
> -if pidof xscreensaver xlockmore >/dev/null; then
> +if grep -E -q -z '/(xscreensaver
Aurelien Jarno pushed to branch sid at GNU Libc Maintainers / glibc
Commits:
309ee6f5 by Gioele Barabucci at 2022-09-21T21:54:06+00:00
libc.preinst: Avoid using pidof
The use of `pidof` creates an implicit depency on `sysvinit-utils`.
`sysvinit-utils` is currently Essential, but that may chang
3 matches
Mail list logo