Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - privacyfreak

#1
You're right, it do exist. Seems I misread something. I just noticed in the "unifi.sh" script, the option is -printf instead of -print. My bad.

The command use printf which seems to not be correct in bsd. It should be print. Also the print option doesn't  seem to behave the same. Which result in the process not changing the ownership. By using ls -ld with sed it work on both linux and bsd. I tested the pull request by manually editing the "unifi.sh" on my box and the fix this issue.
#2
The pull request was modified after the merge. It now use "find" with "-print" option to get folder ownership and keystore ownership before comparing them. The "-print" option is not available in the BSD version of "find". So this update do work on linux but not on BSD. I did a pull request that should fix it.