davmac314 / dinit

Service monitoring / "init" system
Apache License 2.0
583 stars 45 forks source link

configure: Use paths from "/usr/local" on Darwin by default #268

Closed mobin-2008 closed 8 months ago

mobin-2008 commented 8 months ago

SIP (System Integrity Protection) is a feature introduced in OS X El Capitan which protects some paths (include "/usr`) from modifying or overwriting. This patch changes "SBINDIR" and "MANDIR" to paths from "/usr/local/" by default on MacOS.

Fixes #266

Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>

davmac314 commented 8 months ago

As noted in #267 I do not agree with this change and did not approve the equivalent change to the standard build, so it has been reverted.