[Buildroot] [PATCH v2] package/transmission: fix sysv init script (name vs. exec)

Yann E. MORIN yann.morin.1998 at free.fr
Thu Mar 11 21:55:19 UTC 2021


Peter, All,

On 2021-03-10 23:41 +0100, Peter Seiderer spake thusly:
> - fix sysv init script in case package start-stop-daemon is
>   enabled
> 
> Fixes:
> 
>   - https://bugs.busybox.net/show_bug.cgi?id=13576
> 
>   $ /etc/init.d/S92transmission stop
>   Stopping bittorrent client transmission-daemon...
>   start-stop-daemon: warning: this system is not able to track process names
>   longer than 15 characters, please use --exec instead of --name.
> 
> Reported-by: ingineru_de_sistem at yahoo.com
> Signed-off-by: Peter Seiderer <ps.report at gmx.net>

Applied to master, after rewordign the commit log to also include the
referecnes to upstream changes. Thanks.

Regards,
Yann E. MORIN.

> ---
> Changes v1 -> v2:
>   - add reported-by and reference to bug entry
> ---
>  package/transmission/S92transmission | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/transmission/S92transmission b/package/transmission/S92transmission
> index 29d7cd5863..85ff40ec16 100644
> --- a/package/transmission/S92transmission
> +++ b/package/transmission/S92transmission
> @@ -93,7 +93,7 @@ stop()
>          #   1 if daemon was already stopped
>          #   2 if daemon could not be stopped
>          #   other if a failure occurred
> -        start-stop-daemon --stop --quiet --retry=TERM/10/KILL/5 --pidfile $PIDFILE --name $NAME
> +        start-stop-daemon --stop --quiet --retry=TERM/10/KILL/5 --pidfile $PIDFILE --exec $DAEMON
>          RETVAL="$?"
>          [ "$RETVAL" = 2 ] && return 2
>  
> -- 
> 2.30.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list