commit | 632bb571357c4cef455c00fb06493810284e544d | [log] [tgz] |
---|---|---|
author | Erik Andersen <andersen@codepoet.org> | Tue Apr 18 22:09:06 2000 +0000 |
committer | Erik Andersen <andersen@codepoet.org> | Tue Apr 18 22:09:06 2000 +0000 |
tree | 21e52f13437307a0ca182125f6dc11715e16f8c4 | |
parent | c366050a23630f0763159263d62b3f1efa0c46ef [diff] |
Fix symlink following bug in chmod -R and friends. Allow SYSV style 'chown foo:bar' in addition to 'chown foo.bar', and fix a bug in the busybox globbing routine such that 'find /dir -name [i]' no longer segfaults. -Erik