| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | package: Replace 'echo -n' by 'printf' | Maxime Hadjinlian | 2015-10-04 | 1 | -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-17 | 1 | -0/+33 |
| if the BusyBox server is being used. | |||||

