Page MenuHomeFreeBSD

Fix for PR 203268 Make it possible to specify a mode for home directory
Needs ReviewPublic

Authored by antoine on Sep 23 2015, 8:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 4:29 AM
Unknown Object (File)
Dec 20 2023, 3:53 AM
Unknown Object (File)
Nov 13 2023, 2:18 PM
Unknown Object (File)
Oct 25 2023, 10:24 AM
Unknown Object (File)
Sep 21 2023, 3:27 PM
Unknown Object (File)
Aug 10 2023, 1:34 PM
Unknown Object (File)
Aug 10 2023, 1:34 PM
Unknown Object (File)
Jul 26 2023, 3:27 AM
Subscribers

Details

Reviewers
None
Group Reviewers
portmgr
Summary

Make it possible to specify a mode for home directory

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 6298
Build 6538: arc lint + arc unit

Event Timeline

antoine retitled this revision from to Fix for PR 203268 Make it possible to specify a mode for home directory.
antoine updated this object.
antoine edited the test plan for this revision. (Show Details)

Some additional perms I've just discovered:

bacula:770
nagios:775
bareos:770

Hmm, it seems like this is wrong path after all. See munin-master, it depends on munin-common, which has USERS, but munin-master uses directory which is home for munin user. In result, on deinstallation munin-master removes the directory, while the user is still there. Looks like we should not autocreate the directory and each port should manage it individually.

In D3720#76828, @AMDmi3 wrote:

Hmm, it seems like this is wrong path after all. See munin-master, it depends on munin-common, which has USERS, but munin-master uses directory which is home for munin user. In result, on deinstallation munin-master removes the directory, while the user is still there. Looks like we should not autocreate the directory and each port should manage it individually.

I thought I had solved the f*cking munin directory thingie. I will fix this now.

antoine edited edge metadata.

Updating D3720: Fix for PR 203268

Make it possible to specify a mode for home directory