Created attachment 8686 [details] Sample diff Found an error in start script for vsftpd - incorrect variable for 'start-stop-daemon' is used - in place of $NAME should be used $DAEMON. Starting /etc/init.d/S70vsftpd start leads to error message: Starting vsftpd: start-stop-daemon: unable to stat //vsftpd (No such file or directory) After changing $NAME to $DAEMON in script service starts successfuly. Same problem is in master branch.
Fixed in git, thanks! https://git.buildroot.org/buildroot/commit/?id=405f76425d20ef2f84006f2f6db798c338691c13