diff options
author | Roy Marples <roy@marples.name> | 2008-03-19 15:15:09 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-19 15:15:09 +0000 |
commit | f69013adbe26b982bc1d0f49fd73e071ec85c79a (patch) | |
tree | dbf362f2beaeaedd0cbab6ec7982ac4c8d32b163 | |
parent | 1443fee901afd4f5fc9ea5b57f0f41369ce93532 (diff) |
Fix define name
-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); |