diff options
author | jkh <jkh@FreeBSD.org> | 1995-01-27 07:37:55 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-01-27 07:37:55 +0000 |
commit | 5c5fc266eddcc320478a2faa975b6b6dcf377268 (patch) | |
tree | 598f5d208ac92e0c04d1dba40147f158c4601008 /release/scripts/instdist.sh | |
parent | afcbac72a48842343d1ba2f0b5d1b68dec7e0dae (diff) | |
download | FreeBSD-src-5c5fc266eddcc320478a2faa975b6b6dcf377268.zip FreeBSD-src-5c5fc266eddcc320478a2faa975b6b6dcf377268.tar.gz |
Adjust names of distributions.
Diffstat (limited to 'release/scripts/instdist.sh')
-rw-r--r-- | release/scripts/instdist.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/release/scripts/instdist.sh b/release/scripts/instdist.sh index d774f4c..c9ae81b 100644 --- a/release/scripts/instdist.sh +++ b/release/scripts/instdist.sh @@ -10,7 +10,7 @@ # putting your name on top after doing something trivial like reindenting # it, just to make it look like you wrote it!). # -# $Id: instdist.sh,v 1.51 1995/01/12 16:18:18 jkh Exp $ +# $Id: instdist.sh,v 1.1 1995/01/14 07:41:47 jkh Exp $ if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then return 0 @@ -319,13 +319,14 @@ from the U.S. Please don't endanger U.S. ftp sites by getting it\n\ illegally, thanks! When finished, select <Cancel>." \ -1 -1 10 \ "?diskfree" "How much disk space do I have free?" OFF \ - "bindist" "Binary base files (mandatory - ${BINSIZE})" ON \ + "bin" "Binary base files (mandatory - ${BINSIZE})" ON \ "games" "Games and other frivolities (optional - ${GAMESIZE})" OFF \ + "info" "GNU info files for various utilities (optional - ${INFOSIZE})" OFF \ "manpages" "Manual pages (optional - ${MANSIZE})" OFF \ "proflibs" "Profiled libraries (optional - ${PROFSIZE})" OFF \ "dict" "Spelling checker dictionary files (optional - ${DICTSIZE})" OFF \ - "srcdist" "Sources for everything but DES (optional - ${SRCSIZE})" OFF \ - "secrdist" "DES encryption code (and sources) (optional - ${SECRSIZE})" OFF \ + "src" "Sources for everything but DES (optional - ${SRCSIZE})" OFF \ + "secure" "DES encryption code (and sources) (optional - ${SECRSIZE})" OFF \ "compat1xdist" "FreeBSD 1.x binary compatability (optional - ${COMPATSIZE})" OFF \ "XFree86-3.1" "The XFree86 3.1 distribution (optional - ${X11SIZE})" OFF \ 2> ${TMP}/menu.tmp.$$ |