| Summary: | Mistake in /etc/init.d/S70vsftpd | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | tochansky |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2020.08.2 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Sample diff | ||
Fixed in git, thanks! https://git.buildroot.org/buildroot/commit/?id=405f76425d20ef2f84006f2f6db798c338691c13 |
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.