diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-15 20:13:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-15 20:13:59 +0000 |
commit | 11b7a1deb7584e631ecd74f9a352149824b83b7d (patch) | |
tree | 4e6f971152550bbf5315db9f1884d77f37db6667 | |
parent | d69d2da165d46f8ba237fe1a3080ee05fe9c5319 (diff) | |
download | busybox-w32-11b7a1deb7584e631ecd74f9a352149824b83b7d.tar.gz busybox-w32-11b7a1deb7584e631ecd74f9a352149824b83b7d.tar.bz2 busybox-w32-11b7a1deb7584e631ecd74f9a352149824b83b7d.zip |
Acknowledge Kenneth Chalmers ln fix.
-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 | ||