Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   bjh21
Date:           Sun Jul  7 11:44:03 UTC 2002

Modified Files:
        basesrc/bin/chmod: chmod.1 chmod.c
        basesrc/usr.bin/chflags: chflags.c
        basesrc/usr.sbin/chown: chown.c

Log Message:
Align default behaviour of chmod, chgrp, chown, and chflags with symlink(7),
IEEE 1003.1-2001 (where applicable) and other systems, by follwoing symlinks
on the command line and changing their targets' modes/ownership/flags, rather
than ignoring them.

This fixes PR standards/563 (at last).


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 basesrc/bin/chmod/chmod.1
cvs rdiff -r1.27 -r1.28 basesrc/bin/chmod/chmod.c
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/chflags/chflags.c
cvs rdiff -r1.25 -r1.26 basesrc/usr.sbin/chown/chown.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index