summaryrefslogtreecommitdiffstats
path: root/ksysv/leveldb.c
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/leveldb.c')
-rw-r--r--ksysv/leveldb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/leveldb.c b/ksysv/leveldb.c
index 149cb3b..030e941 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, "chkconfig:", 10)) {
+ if (!strncmp(start, "chtdeconfig:", 10)) {
start += 10;
while (isspace(*start) && start < end) start++;
if (start == end) {