diff options
author | John Polstra <jdp@FreeBSD.org> | 1997-05-18 02:27:19 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1997-05-18 02:27:19 +0000 |
commit | 8ee2f98e9c993dbc0a956466a3df048320ccdb94 (patch) | |
tree | e8a1fe075890560a0b1868f969a5e247d3acf930 /net/cvsup-mirror/scripts | |
parent | 34c76f1dee5eceed3518a7a9b41d8dc6ac2936df (diff) |
Notes
Diffstat (limited to 'net/cvsup-mirror/scripts')
-rw-r--r-- | net/cvsup-mirror/scripts/configure | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/cvsup-mirror/scripts/configure b/net/cvsup-mirror/scripts/configure index 6854f90ad8f0..58928c8a92ea 100644 --- a/net/cvsup-mirror/scripts/configure +++ b/net/cvsup-mirror/scripts/configure @@ -40,6 +40,12 @@ ask_distrib() { subdir=$3 desc=$4 if yesno "Do you wish to mirror the ${desc}" y; then + if [ "${subdir}" != "." ]; then + cat <<EOF +Note: the location for this must match "*/${subdir}", and +"${subdir}" must be a true subdirectory, not a symbolic link. +EOF + fi while :; do dir=$(ask "Where would you like to put it" ${dflt}) if [ "${subdir}" = "." ]; then @@ -124,7 +130,7 @@ EOF distribs="distrib.self .. ." ask_distrib FreeBSD.cvs /home/ncvs . \ - "main source tree, except crypto code (340 MB)" + "main source tree, except crypto code (350 MB)" ask_distrib FreeBSD-crypto.cvs /home/ncvs . \ "crypto code (7 MB)" ask_distrib FreeBSD.lite2 /home/lite2 . \ |