diff options
Diffstat (limited to 'ksysv/leveldb.c')
-rw-r--r-- | ksysv/leveldb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/leveldb.c b/ksysv/leveldb.c index 030e941..149cb3b 100644 --- a/ksysv/leveldb.c +++ b/ksysv/leveldb.c @@ -111,7 +111,7 @@ int readServiceInfo(const char* RUNLEVELS, const char * name, struct service * s while (isspace(*start) && start < end) start++; if (start == end) continue; - if (!strncmp(start, "chtdeconfig:", 10)) { + if (!strncmp(start, "chkconfig:", 10)) { start += 10; while (isspace(*start) && start < end) start++; if (start == end) { |