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