[bug #28113] chown silently fails to set uid/gid of ([ug]id_t) -1

2009-11-27 Thread Matt McCutchen
URL: Summary: chown silently fails to set uid/gid of ([ug]id_t) -1 Project: GNU Core Utilities Submitted by: hashproduct Submitted on: Sat 28 Nov 2009 01:44:14 AM GMT Category: None

[bug #27146] cp --no-preserve=mode is counter-intuitive

2009-11-27 Thread Matt McCutchen
Follow-up Comment #1, bug #27146 (project coreutils): I agree with this argument that --no-preserve=mode is merely the opposite of --preserve=mode and should not activate completely new behavior. Regarding the default behavior of cp, I

[bug #19546] mkdir -p should use default ACL for parent directories

2009-11-27 Thread Matt McCutchen
Follow-up Comment #2, bug #19546 (project coreutils): I don't take that text in the standard literally. In the hypothetical "POSIX plus abandoned POSIX ACLs" standard that we're implementing, I feel certain it would have been changed to account for default ACLs. I really doubt that a user who a

[bug #28891] Fix all code that sets the umask to zero

2010-02-13 Thread Matt McCutchen
URL: Summary: Fix all code that sets the umask to zero Project: GNU Core Utilities Submitted by: hashproduct Submitted on: Sat 13 Feb 2010 09:51:29 PM GMT Category: None

[bug #27146] cp --no-preserve=mode is counter-intuitive

2010-02-13 Thread Matt McCutchen
Follow-up Comment #3, bug #27146 (project coreutils): On second thought, instead of a new option, I'd like an environment variable that I could set system-wide and then forget about. The same environment variable could be recognized by cp, tar, rsync, and similar programs. How about CP_IGNORE_S

[bug #19546] mkdir -p should use default ACL for parent directories

2010-02-13 Thread Matt McCutchen
Follow-up Comment #3, bug #19546 (project coreutils): This could be considered one part of bug #28891. For now, I've written a simple, hacky patch (attached) that makes "mkdir -p" unconditionally observe default ACLs for ancestor directories but does not change the behavior for the actual argume

bug#6960: mv refuses to move a symlink over a hard link to the same file

2010-08-31 Thread Matt McCutchen
If mv is asked to move a symlink over a hard link to the same file, it fails with the message, "A and B are the same file". There is no reason why it should complain rather than perform the move. Example: $ ~/coreutils/coreutils.usr/bin/mv --version mv (GNU coreutils) 8.5.143-77702 Copyright (C)

[bug #19546] mkdir -p should use default ACL for parent directories

2007-04-07 Thread Matt McCutchen
URL: Summary: mkdir -p should use default ACL for parent directories Project: GNU Core Utilities Submitted by: hashproduct Submitted on: Saturday 04/07/2007 at 15:37 Category: None