diff options
Diffstat (limited to 'src/librc')
-rw-r--r-- | src/librc/librc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librc/librc.c b/src/librc/librc.c index 1a1c6639..f2b7758d 100644 --- a/src/librc/librc.c +++ b/src/librc/librc.c @@ -821,7 +821,7 @@ RC_STRINGLIST *rc_services_in_runlevel(const char *runlevel) free(pkg); } #endif -#ifdef RC_LOCAL_DIR +#ifdef RC_LOCAL_INITDIR if (local) { TAILQ_CONCAT(list, local, entries); free(local); |