Date: Mon, 28 May 2001 05:58:16 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/chflags chflags.c src/bin/chmod chmod.c src/usr.sbin/chown chown.c Message-ID: <200105281258.f4SCwG474333@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2001/05/28 05:58:15 PDT Modified files: usr.bin/chflags chflags.c bin/chmod chmod.c usr.sbin/chown chown.c Log: Follow symbolic links named as command line arguments if run without -R. This is required by symlink(7), ``Commands not traversing a file tree'' subsection, third paragraph: : It is important to realize that this rule includes commands which may : optionally traverse file trees, e.g. the command ``chown file'' is : included in this rule, while the command ``chown -R file'' is not. For chown(8) and chgrp(1), this is also is compliance with the latest POSIX 1003.1-200x draft. MFC after: 1 week Revision Changes Path 1.11 +4 -3 src/usr.bin/chflags/chflags.c 1.20 +4 -3 src/bin/chmod/chmod.c 1.17 +4 -3 src/usr.sbin/chown/chown.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105281258.f4SCwG474333>