summaryrefslogtreecommitdiff
path: root/inittab.c
diff options
context:
space:
mode:
Diffstat (limited to 'inittab.c')
-rw-r--r--inittab.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/inittab.c b/inittab.c
index ae2c431..011d7a6 100644
--- a/inittab.c
+++ b/inittab.c
@@ -228,6 +228,14 @@ static struct init_handler handlers[] = {
.name = "respawn",
.cb = rcrespawn,
.multi = 1,
+ }, {
+ .name = "askconsolelate",
+ .cb = askconsole,
+ .multi = 1,
+ }, {
+ .name = "respawnlate",
+ .cb = rcrespawn,
+ .multi = 1,
}
};