From owner-cvs-all Mon May 28 5:58:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE87C37B424; Mon, 28 May 2001 05:58:16 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4SCwG474333; Mon, 28 May 2001 05:58:16 -0700 (PDT) (envelope-from ru) Message-Id: <200105281258.f4SCwG474333@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 28 May 2001 05:58:16 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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