[Bug 196609] Install(1) doesn't set correct group

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 12 17:19:13 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196609

            Bug ID: 196609
           Summary: Install(1) doesn't set correct group
           Product: Base System
           Version: 10.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: tsara-4-ben at hotmail.co.uk

When passing -g to install when creating directories with -d, only the top
directory gets the correct group.

For example, if I were to create the direct test/test/test while none of those
exist, using:

install -o root -g wheel -dm755 test/test/test/

Only the the very last directory is set to root:wheel, while the two previous
directories are set to root:amzo.

This is the case even when using sudo. I'm unsure if this is intended, but all
directories created with install(1) should have the owner and group set to the
ones passed.

Environment:
FreeBSD 10.1-RELEASE

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list