package/vsftpd: S70vsftpd: correct -x argument to start-stop-daemon
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 27 Nov 2020 17:13:52 +0000 (18:13 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 27 Nov 2020 17:13:52 +0000 (18:13 +0100)
commit405f76425d20ef2f84006f2f6db798c338691c13
treee6dbe716c12a6226950087e11a2c2b460a32a33c
parent30f6776c79d2e2cebd61bcef805ea4e1cfaa8055
package/vsftpd: S70vsftpd: correct -x argument to start-stop-daemon

Fixes #13341

The -x / --exec start-stop-daemon option expects the path to the executable,
not just the name, leading to errors when running the init script:

Starting vsftpd: start-stop-daemon: unable to stat //vsftpd (No such file or directory)

Reported-by: tochansky@tochlab.net
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/vsftpd/S70vsftpd