Added support for ignoring '-g' per GNU ls, thanks to David Vrabel
[oweals/busybox.git] / Changelog
index c674ab275dc0d6c12e3cd078e8900d590bd214b0..e3467f3b95c6abe56b90e82d2925133d24033017 100644 (file)
--- a/Changelog
+++ b/Changelog
            Fix thanks to Arne Bernin <arne@matrix.loopback.org>
        * Added support for "sh -c command args...", thanks to 
            Marius Groeger <mgroeger@sysgo.de>
+       * Added support for being a login shell, so things like
+           '-su' or '-sh' (stuff where argv[0][0]=='-') will now always 
+           invoke the shell.  Now you can use BusyBox as a login shell.
+       * ls.c now ignores '-g', since some ftp clients like that sort 
+           of thing.  Patch thanks to David Vrabel <dvrabel@arcom.co.uk>
 
         -Erik Andersen