Fix rc_svcdir for GNU/kFreeBSD

This commit is contained in:
Gabriele Giacone 2014-10-21 21:17:52 -05:00 committed by William Hubbs
parent d8e1d9a6ed
commit 89c8a62a10

View File

@ -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"