Re: svn commit: r204165 - head/usr.sbin/chown

2010-02-21 Thread Giorgos Keramidas
On Sun, 21 Feb 2010 10:14:06 + (UTC), Gavin Atkinson wrote: > Author: gavin > Date: Sun Feb 21 10:14:06 2010 > New Revision: 204165 > URL: http://svn.freebsd.org/changeset/base/204165 > > Log: > Add a "-x" option to chown(8)/chgrp(1) similar to the same option in > du(1), cp(1) etc, to pr

svn commit: r204165 - head/usr.sbin/chown

2010-02-21 Thread Gavin Atkinson
Author: gavin Date: Sun Feb 21 10:14:06 2010 New Revision: 204165 URL: http://svn.freebsd.org/changeset/base/204165 Log: Add a "-x" option to chown(8)/chgrp(1) similar to the same option in du(1), cp(1) etc, to prevent the crossing of mountpoints whilst using the commands recursively. P