aboutsummaryrefslogtreecommitdiff
path: root/src/ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctl.c')
-rw-r--r--src/ctl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ctl.c b/src/ctl.c
index a78cdbf..d9a8998 100644
--- a/src/ctl.c
+++ b/src/ctl.c
@@ -1444,25 +1444,27 @@ auth_prog (struct prog *prog, struct ctlio *io)
1444} 1444}
1445 1445
1446static char * const pies_type_str[] = { 1446static char * const pies_type_str[] = {
1447 [TYPE_COMPONENT] = "component", 1447 [TYPE_COMPONENT] = "component",
1448 [TYPE_REDIRECTOR] = "redirector", 1448 [TYPE_REDIRECTOR] = "redirector",
1449 [TYPE_COMMAND] = "command" 1449 [TYPE_COMMAND] = "command"
1450}; 1450};
1451 1451
1452static char * const pies_comp_mode_str[] = { 1452static char * const pies_comp_mode_str[] = {
1453 [pies_comp_exec] = "exec", 1453 [pies_comp_exec] = "exec",
1454 [pies_comp_accept] = "accept", 1454 [pies_comp_accept] = "accept",
1455 [pies_comp_inetd] = "inetd", 1455 [pies_comp_inetd] = "inetd",
1456 [pies_comp_pass_fd] = "pass_fd", 1456 [pies_comp_pass_fd] = "pass_fd",
1457 [pies_comp_startup] = "startup",
1458 [pies_comp_shutdown] = "shutdown",
1457 [pies_comp_wait] = "wait", 1459 [pies_comp_wait] = "wait",
1458 [pies_comp_once] = "once", 1460 [pies_comp_once] = "once",
1459 [pies_comp_boot] = "boot", 1461 [pies_comp_boot] = "boot",
1460 [pies_comp_bootwait] = "bootwait", 1462 [pies_comp_bootwait] = "bootwait",
1461 [pies_comp_powerfail] = "powerfail", 1463 [pies_comp_powerfail] = "powerfail",
1462 [pies_comp_powerwait] = "powerwait", 1464 [pies_comp_powerwait] = "powerwait",
1463 [pies_comp_powerokwait] = "powerokwait", 1465 [pies_comp_powerokwait] = "powerokwait",
1464 [pies_comp_ctrlaltdel] = "ctrlaltdel", 1466 [pies_comp_ctrlaltdel] = "ctrlaltdel",
1465 [pies_comp_ondemand] = "ondemand", 1467 [pies_comp_ondemand] = "ondemand",
1466 [pies_comp_sysinit] = "sysinit", 1468 [pies_comp_sysinit] = "sysinit",
1467 [pies_comp_powerfailnow] = "powerfailnow", 1469 [pies_comp_powerfailnow] = "powerfailnow",
1468 [pies_comp_kbrequest] = "kbrequest" 1470 [pies_comp_kbrequest] = "kbrequest"

Return to:

Send suggestions and report system problems to the System administrator.