[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#921558: lsb-base: killproc does not pass name parameter to start-stop-daemon



On 2019-03-11 Axel Beckert <abe@debian.org> wrote:
[...]
> Here's the change I made to /lib/lsb/init-functions (as Dmitry already
> suggested):

> --- /lib/lsb/init-functions~    2018-11-28 20:21:37.000000000 +0100
> +++ /lib/lsb/init-functions     2019-03-11 21:46:41.673767215 +0100
> @@ -141,7 +141,7 @@
>      if [ ! $pidfile ]; then
>          name_param="--name $base --pidfile /var/run/$base.pid"
>      else
> -        name_param="--pidfile $pidfile"
> +        name_param="--name $base --pidfile $pidfile"
>      fi

>      sig=$(echo ${2:-} | sed -e 's/^-\(.*\)/\1/')

> It though wouldn't hurt if e.g. Andreas could check if this change
> would have fixed the issue in exim as well.

Hello Axel,

yes, it would have fixed the exim issue, too.

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


Reply to: