aboutsummaryrefslogtreecommitdiff
path: root/src/piesctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/piesctl.c')
-rw-r--r--src/piesctl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/piesctl.c b/src/piesctl.c
index f2e774b..0cd2736 100644
--- a/src/piesctl.c
+++ b/src/piesctl.c
@@ -1049,13 +1049,15 @@ struct kwtrans
1049}; 1049};
1050 1050
1051struct kwtrans mode_trans[] = { 1051struct kwtrans mode_trans[] = {
1052 { "exec", 'C' }, 1052 { "exec", 'C' },
1053 { "accept", 'A' }, 1053 { "accept", 'A' },
1054 { "inetd", 'I' }, 1054 { "inetd", 'I' },
1055 { "pass_fd", 'P' }, 1055 { "pass_fd", 'P' },
1056 { "startup", 'S' },
1057 { "shutdown", 'E' },
1056 { "wait", 'W' }, 1058 { "wait", 'W' },
1057 { "once", 'c' }, 1059 { "once", 'c' },
1058 { "boot", 'B' }, 1060 { "boot", 'B' },
1059 { "bootwait", 'w' }, 1061 { "bootwait", 'w' },
1060 { "powerfail", 'F' }, 1062 { "powerfail", 'F' },
1061 { "powerwait", 'f' }, 1063 { "powerwait", 'f' },

Return to:

Send suggestions and report system problems to the System administrator.