diff options
author | jkh <jkh@FreeBSD.org> | 1998-12-22 12:31:26 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-12-22 12:31:26 +0000 |
commit | e72da228343024d66a2d2be92429e6bfec4f6fa1 (patch) | |
tree | 705855b9e9773f3964f64d41928812ef61a6c9f4 /release/sysinstall/index.c | |
parent | 91bd0e66beb40a53efaf61eaad295aaf08f1384f (diff) | |
download | FreeBSD-src-e72da228343024d66a2d2be92429e6bfec4f6fa1.zip FreeBSD-src-e72da228343024d66a2d2be92429e6bfec4f6fa1.tar.gz |
Collapse the "get" code substantially by combining common functions.
Also make mountpoint for each media type easier to change.
Also reshuffled some menus for easier usage.
Diffstat (limited to 'release/sysinstall/index.c')
-rw-r--r-- | release/sysinstall/index.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/sysinstall/index.c b/release/sysinstall/index.c index bd6c97c..7dde147 100644 --- a/release/sysinstall/index.c +++ b/release/sysinstall/index.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: index.c,v 1.57 1998/10/15 06:50:43 jkh Exp $ + * $Id: index.c,v 1.58 1998/12/13 23:37:33 steve Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -82,6 +82,7 @@ static char *descrs[] = { "deskutils", "Various Desktop utilities.", "documentation", "Document preparation utilities.", "editors", "Common text editors.", + "elisp", "Things related to Emacs Lisp.", "emulation", "Utilities for emulating other OS types.", "emulators", "Utilities for emulating other OS types.", "games", "Various and sundry amusements.", |