diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-03 14:55:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-03 14:55:49 +0000 |
commit | 7c31ea4e2978eee19988efbfddb2a8f3e0c6873d (patch) | |
tree | 6c3e843d872bccb9cd6134664e8081f1912c0480 /Changelog | |
parent | 5d41d60f1e78aceb92555596c3a58c13c65d4e5b (diff) | |
download | busybox-7c31ea4e2978eee19988efbfddb2a8f3e0c6873d.tar.gz |
Added support for ignoring '-g' per GNU ls, thanks to David Vrabel
<dvrabel@arcom.co.uk>. Seems some ftp clients expect the '-g' option
to exist.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ * 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 |