-rw-r--r-- | src/piesctl.c | 4 |
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 | |||
@@ -1054,3 +1054,5 @@ struct kwtrans mode_trans[] = { | |||
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' }, |