aboutsummaryrefslogtreecommitdiffstats
path: root/init/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/parser.c')
-rw-r--r--init/parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/parser.c b/init/parser.c
index 95bf0179..a51691be 100644
--- a/init/parser.c
+++ b/init/parser.c
@@ -183,6 +183,7 @@ int lookup_keyword(const char *s)
if (!strcmp(s, "tart")) return K_start;
if (!strcmp(s, "top")) return K_stop;
if (!strcmp(s, "ymlink")) return K_symlink;
+ if (!strcmp(s, "ysclktz")) return K_sysclktz;
break;
case 't':
if (!strcmp(s, "rigger")) return K_trigger;