Fix symlink following bug in chmod -R and friends. Allow SYSV style
authorErik Andersen <andersen@codepoet.org>
Tue, 18 Apr 2000 22:09:06 +0000 (22:09 -0000)
committerErik Andersen <andersen@codepoet.org>
Tue, 18 Apr 2000 22:09:06 +0000 (22:09 -0000)
commit632bb571357c4cef455c00fb06493810284e544d
tree21e52f13437307a0ca182125f6dc11715e16f8c4
parentc366050a23630f0763159263d62b3f1efa0c46ef
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
chmod_chown_chgrp.c
utility.c