Module Name: src Committed By: kre Date: Fri May 5 04:14:02 UTC 2023
Modified Files: src/bin/chmod: chmod.1 chmod.c src/usr.bin/chflags: chflags.1 chflags.c Log Message: If chown and chgrp can grow -d flags to suppress performing the operation when it will have no effect (other than changing the inode's ctime value) then chmod and chflags should also have -d flags for the same purpose. Make it so. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/bin/chmod/chmod.1 cvs rdiff -u -r1.38 -r1.39 src/bin/chmod/chmod.c cvs rdiff -u -r1.24 -r1.25 src/usr.bin/chflags/chflags.1 cvs rdiff -u -r1.17 -r1.18 src/usr.bin/chflags/chflags.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.