summaryrefslogtreecommitdiffstats
path: root/package/tinyhttpd/S85tinyhttpd
Commit message (Collapse)AuthorAgeFilesLines
* package: Replace 'echo -n' by 'printf'Maxime Hadjinlian2015-10-041-3/+3
| | | | | | | | | | | | 'echo -n' is not a POSIX construct (no flag support), we shoud use 'printf', especially in init script. This patch was generated by the following command line: git grep -l 'echo -n' -- `git ls-files | grep -v 'patch'` | xargs sed -i 's/echo -n/printf/' Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Add new 'tinyhttpd' package and move all other httpd servers to be disabled ↵"Steven J. Hill"2007-07-171-0/+33
if the BusyBox server is being used.
OpenPOWER on IntegriCloud