diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-15 20:13:59 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-15 20:13:59 +0000 |
commit | 93e349e79abfaf8e3f848de05d2938317d9c1273 (patch) | |
tree | 4e6f971152550bbf5315db9f1884d77f37db6667 | |
parent | cee38394c25bd23161f1b02f5cc317e43e899a06 (diff) | |
download | busybox-w32-93e349e79abfaf8e3f848de05d2938317d9c1273.tar.gz busybox-w32-93e349e79abfaf8e3f848de05d2938317d9c1273.tar.bz2 busybox-w32-93e349e79abfaf8e3f848de05d2938317d9c1273.zip |
Acknowledge Kenneth Chalmers ln fix.
git-svn-id: svn://busybox.net/trunk/busybox@1828 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ | |||
3 | * Bjorn Wesen -- new ifconfig and route applet (taken from | 3 | * Bjorn Wesen -- new ifconfig and route applet (taken from |
4 | work done be Axis Communications). | 4 | work done be Axis Communications). |
5 | * Vladimir N. Oleynik -- new stty applet | 5 | * Vladimir N. Oleynik -- new stty applet |
6 | * Kenneth Chalmers and Erik Andersen -- fixed ln so it | ||
7 | behaves when given no arguments (prints usage) and when | ||
8 | given just one arg (tries to make a link in the cwd). | ||
6 | 9 | ||
7 | <lots of other things -- fixme> | 10 | <lots of other things -- fixme> |
8 | 11 | ||