diff options
author | John Beppu <beppu@lbox.org> | 2000-01-23 13:54:15 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2000-01-23 13:54:15 +0000 |
commit | 9bc7e89fc1eb493c06494ad86781ab49fc28c509 (patch) | |
tree | 03d3e22206f7aacfb43288025ca63fa262deb800 | |
parent | a4a8fd05f4512d9c7c195080d2ce9dd9a16c2908 (diff) | |
download | busybox-w32-9bc7e89fc1eb493c06494ad86781ab49fc28c509.tar.gz busybox-w32-9bc7e89fc1eb493c06494ad86781ab49fc28c509.tar.bz2 busybox-w32-9bc7e89fc1eb493c06494ad86781ab49fc28c509.zip |
Making note of my changes
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ | |||
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 | * Fixed bug that wouldn't let one chown a symlink -- it would | ||
19 | always dereference before. -beppu | ||
18 | 20 | ||
19 | 21 | ||
20 | -Erik Andersen | 22 | -Erik Andersen |