summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen2000-06-29 20:20:14 +0000
committerEric Andersen2000-06-29 20:20:14 +0000
commit5d41d60f1e78aceb92555596c3a58c13c65d4e5b (patch)
tree51ac3363a0e3e2eb955b8d3e8c5d6548e05f7e16 /Changelog
parent2e1148b2393b1bcb72804a0c0de1408ca02a0189 (diff)
downloadbusybox-5d41d60f1e78aceb92555596c3a58c13c65d4e5b.zip
busybox-5d41d60f1e78aceb92555596c3a58c13c65d4e5b.tar.gz
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. -Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index c674ab2..11464b6 100644
--- a/Changelog
+++ b/Changelog
@@ -12,6 +12,9 @@
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.
-Erik Andersen