summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dispatch.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-08 09:08:51 +0000
committerjkh <jkh@FreeBSD.org>1996-06-08 09:08:51 +0000
commitc75ddabf834905387953a28a6e531a55d0af665c (patch)
tree9c79cadaf8043fe23e3ee5bb76acf09cc334595e /usr.sbin/sysinstall/dispatch.c
parent11d257651da74ba5cbe2ef53e48cb48b442da014 (diff)
downloadFreeBSD-src-c75ddabf834905387953a28a6e531a55d0af665c.zip
FreeBSD-src-c75ddabf834905387953a28a6e531a55d0af665c.tar.gz
Implement selective text attributes for the syscons vty / vt100 emulator
selection since an attribute which looks good on a color console doesn't necessarily look good in an xterm.
Diffstat (limited to 'usr.sbin/sysinstall/dispatch.c')
-rw-r--r--usr.sbin/sysinstall/dispatch.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c
index 886165b..8a51ade 100644
--- a/usr.sbin/sysinstall/dispatch.c
+++ b/usr.sbin/sysinstall/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;
}
OpenPOWER on IntegriCloud