Commit 1d94eb02 authored by Faustin Lammler's avatar Faustin Lammler
Browse files

Lintian complains about command-with-path

Lintian detects the command-with-path-in-maintainer-script on line 143
from the postinst script while it was previously on line 140. So this
override was no more working.
parent 10bf8ca0
# ash's buildin has no "-e" so use /bin/echo
mariadb-server-10.3: command-with-path-in-maintainer-script postinst:140 /bin/echo
mariadb-server-10.3: command-with-path-in-maintainer-script postinst:143 /bin/echo
# OK, path /usr/sbin/invoke-rc.d is only used in check, executes are run without the path
# False positive: unfortified calls have already been fully validated at compile-time
# See full research at https://jira.mariadb.org/browse/MDEV-8377
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment