diff --git a/minix/commands/service/service.c b/minix/commands/service/service.c index 78a294499..63448e311 100644 --- a/minix/commands/service/service.c +++ b/minix/commands/service/service.c @@ -51,6 +51,7 @@ static char *known_requests[] = { "unclone", "edit", "sysctl", + "fi", "catch for illegal requests" }; static int known_request_types[] = { @@ -64,6 +65,7 @@ static int known_request_types[] = { RS_UNCLONE, RS_EDIT, RS_SYSCTL, + RS_FI, 0 }; #define ILLEGAL_REQUEST sizeof(known_requests)/sizeof(char *) @@ -189,6 +191,7 @@ static void print_usage(char *app_name, char *problem) fprintf(stderr, " %s restart