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
@@ -1043,25 +1043,27 @@ shttp_getval (struct shttp_connection *conn, char const *name,
}
struct kwtrans
{
char const *name;
int c;
};
struct kwtrans mode_trans[] = {
{ "exec", 'C' },
{ "accept", 'A' },
{ "inetd", 'I' },
- { "pass_fd", 'P' },
+ { "pass_fd", 'P' },
+ { "startup", 'S' },
+ { "shutdown", 'E' },
{ "wait", 'W' },
{ "once", 'c' },
{ "boot", 'B' },
{ "bootwait", 'w' },
{ "powerfail", 'F' },
{ "powerwait", 'f' },
{ "powerokwait", 'o' },
{ "ctrlaltdel", '3' },
{ "ondemand", 'D' },
{ "sysinit", 'i' },
{ "powerfailnow", 'n' },
{ "kbrequest", 'k' },

Return to:

Send suggestions and report system problems to the System administrator.