Fix rc_svcdir for GNU/kFreeBSD
This commit is contained in:
parent
d8e1d9a6ed
commit
89c8a62a10
@ -42,7 +42,7 @@ extern "C" {
|
||||
#define RC_LIBEXECDIR "@LIBEXECDIR@"
|
||||
#if defined(PREFIX)
|
||||
#define RC_SVCDIR RC_LIBEXECDIR "/init.d"
|
||||
#elif defined(__linux__)
|
||||
#elif defined(__linux__) || defined(__FreeBSD_kernel__)
|
||||
#define RC_SVCDIR "/run/openrc"
|
||||
#else
|
||||
#define RC_SVCDIR RC_LIBEXECDIR "/init.d"
|
||||
|
Loading…
Reference in New Issue
Block a user