diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -10,13 +10,6 @@ around to it some time. If you have any good ideas, please let me know. | |||
10 | netkit-tiny. Per discussions on the mailing list, this isn't going | 10 | netkit-tiny. Per discussions on the mailing list, this isn't going |
11 | to happen. False alarm. Sorry about the confusion. | 11 | to happen. False alarm. Sorry about the confusion. |
12 | 12 | ||
13 | * The default busybox shell, lash, is really too weak for serious use, | ||
14 | although it is possible to run many simple systems with it. BusyBox | ||
15 | 0.52 now contains a rewritten shell, hush, which understands most | ||
16 | Bourne grammar, with only about a 4 Kbyte binary size penalty. You can | ||
17 | engage hush at pre-compile time by "ln -sf hush.c sh.c; touch hush.c". | ||
18 | Hush is young, and has plenty of bugs to shake out, so think twice before | ||
19 | using it for production systems. We welcome bug reports and patches. | ||
20 | 13 | ||
21 | -Erik | 14 | -Erik |
22 | 15 | ||
@@ -25,6 +18,7 @@ around to it some time. If you have any good ideas, please let me know. | |||
25 | Possible apps to include some time: | 18 | Possible apps to include some time: |
26 | 19 | ||
27 | * hwclock | 20 | * hwclock |
21 | * start-stop-daemon | ||
28 | * group/commonize strings, remove dups (for i18n, l10n) | 22 | * group/commonize strings, remove dups (for i18n, l10n) |
29 | 23 | ||
30 | ----------- | 24 | ----------- |