diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-02 23:13:26 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-02 23:13:26 +0000 |
commit | 78bc43e933b907b2f840a575dd528675f16825ad (patch) | |
tree | b64b58f85377482476e6a40cbbda65cbdf8f17e4 /release/scripts | |
parent | a774afb3823e5707f5d1e69c11278fb45676b115 (diff) | |
download | FreeBSD-src-78bc43e933b907b2f840a575dd528675f16825ad.zip FreeBSD-src-78bc43e933b907b2f840a575dd528675f16825ad.tar.gz |
Get ready for the XFree86 3.1.1 distribution (next snapshot),
compat1x -> compat1xdist
Diffstat (limited to 'release/scripts')
-rw-r--r-- | release/scripts/instdist.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/scripts/instdist.sh b/release/scripts/instdist.sh index f6c6478..3f77f5f 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.10 1995/02/02 05:44:14 jkh Exp $ +# $Id: instdist.sh,v 1.11 1995/02/02 23:09:30 jkh Exp $ if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then return 0 @@ -328,8 +328,8 @@ getting it illegally, thanks! When finished, select <OK>." \ "dict" "Spelling checker dictionary files (${DICTSIZE})" OFF \ "src" "Sources for all but DES (${SRCSIZE})" OFF \ "secure" "DES code (and sources) (${SECRSIZE})" OFF \ - "compat1xdist" "FreeBSD 1.x binary compatability (${COMPATSIZE})" OFF \ - "XFree86-3.1" "The XFree86 3.1 distribution (${X11SIZE})" OFF \ + "compat1x" "FreeBSD 1.x binary compatability (${COMPATSIZE})" OFF \ + "XFree86-3.1.1" "The XFree86 3.1.1 distribution (${X11SIZE})" OFF \ 2> ${TMP}/menu.tmp.$$ RETVAL=$? MEDIA_DISTRIBUTIONS=`cat ${TMP}/menu.tmp.$$` |