diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-23 18:19:02 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-23 18:19:02 +0000 |
commit | 5509af7073ffff75d86ff8c67a2075169a859efd (patch) | |
tree | 2728cbb296484026cb657f92f78e1bb0806ba6f4 /Changelog | |
parent | 9bc7e89fc1eb493c06494ad86781ab49fc28c509 (diff) | |
download | busybox-w32-5509af7073ffff75d86ff8c67a2075169a859efd.tar.gz busybox-w32-5509af7073ffff75d86ff8c67a2075169a859efd.tar.bz2 busybox-w32-5509af7073ffff75d86ff8c67a2075169a859efd.zip |
* added (and documented) "-n" option for head -
contributed Friedrich Vedder <fwv@myrtle.lahn.de>
* Cleanup for a number of usage messages -- also
contributed Friedrich Vedder <fwv@myrtle.lahn.de>
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ | |||
15 | * Optional support contributed by Ben Collins <bcollins@debian.org> | 15 | * Optional support contributed by Ben Collins <bcollins@debian.org> |
16 | for the kernel init chroot patch by Werner Almesberger, which | 16 | for the kernel init chroot patch by Werner Almesberger, which |
17 | allows init to chroot to a new device, and umount the old one. | 17 | allows init to chroot to a new device, and umount the old one. |
18 | * added (and documented) "-n" option for head - | ||
19 | contributed Friedrich Vedder <fwv@myrtle.lahn.de> | ||
20 | * Cleanup for a number of usage messages -- also | ||
21 | contributed Friedrich Vedder <fwv@myrtle.lahn.de> | ||
18 | * Fixed bug that wouldn't let one chown a symlink -- it would | 22 | * Fixed bug that wouldn't let one chown a symlink -- it would |
19 | always dereference before. -beppu | 23 | always dereference before. -beppu |
20 | 24 | ||