diff options
Diffstat (limited to '')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ | |||
15 | * Added support for being a login shell, so things like | 15 | * Added support for being a login shell, so things like |
16 | '-su' or '-sh' (stuff where argv[0][0]=='-') will now always | 16 | '-su' or '-sh' (stuff where argv[0][0]=='-') will now always |
17 | invoke the shell. Now you can use BusyBox as a login shell. | 17 | invoke the shell. Now you can use BusyBox as a login shell. |
18 | * ls.c now ignores '-g', since some ftp clients like that sort | ||
19 | of thing. Patch thanks to David Vrabel <dvrabel@arcom.co.uk> | ||
18 | 20 | ||
19 | -Erik Andersen | 21 | -Erik Andersen |
20 | 22 | ||