diff options
Diffstat (limited to 'usr.sbin/sade/dispatch.c')
| -rw-r--r-- | usr.sbin/sade/dispatch.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/sade/dispatch.c b/usr.sbin/sade/dispatch.c index 886165b8771e..8a51adea9a2d 100644 --- a/usr.sbin/sade/dispatch.c +++ b/usr.sbin/sade/dispatch.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id$ + * $Id: dispatch.c,v 1.1 1996/05/16 11:47:27 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -82,6 +82,7 @@ static struct _word { { "mediaSetFtpUserPass", mediaSetFtpUserPass }, { "mediaSetCPIOVerbosity", mediaSetCPIOVerbosity }, { "mediaGetType", mediaGetType }, + { "optionsEditor", optionsEditor }, { NULL, NULL }, }; @@ -119,7 +120,5 @@ dispatchCommand(char *str) msgConfirm("No such command: %s", str); return DITEM_FAILURE; } - else if (DITEM_STATUS(i) != DITEM_SUCCESS) - msgConfirm("Command `%s' returned an error status."); return i; } |
