diff options
author | Alexander Pyhalov <apyhalov@gmail.com> | 2019-02-20 15:00:28 +0300 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2019-03-07 10:02:42 -0500 |
commit | 8f5edf1f887948e6be5982cbe7f196909927af91 (patch) | |
tree | 32118e9a612d6e3fdf70230623d5f103f27be7da /usr/src/lib/libshell/common | |
parent | 0fa1b3cc784fb6db7999ec330ee54256171c1143 (diff) | |
download | illumos-joyent-8f5edf1f887948e6be5982cbe7f196909927af91.tar.gz |
10417 recursive chown should not traverse any symbolic links by default
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libshell/common')
-rw-r--r-- | usr/src/lib/libshell/common/data/solaris_cmdlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libshell/common/data/solaris_cmdlist.h b/usr/src/lib/libshell/common/data/solaris_cmdlist.h index f394e79aa7..ba724a15b1 100644 --- a/usr/src/lib/libshell/common/data/solaris_cmdlist.h +++ b/usr/src/lib/libshell/common/data/solaris_cmdlist.h @@ -84,7 +84,7 @@ ASTCMDLIST(chgrp) ASTCMDLIST(chmod) ASTCMDLIST(chown) // XPG4CMDLIST(chown) -BINCMDLIST(chown) +// BINCMDLIST(chown) ASTCMDLIST(cksum) BINCMDLIST(cksum) GNUCMDLIST(cksum) |