1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Don't propose to build with secure RPC on 2.x systems - this is a FreeBSD-3.x

feature.
This commit is contained in:
Jean-Marc Zucconi 1998-07-27 22:30:57 +00:00
parent fb14c50203
commit d21e433e16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12171
6 changed files with 18 additions and 12 deletions

View File

@ -172,9 +172,10 @@ if [ $answ = YES ]; then
echo "#define ForceNormalLib YES" >> $F
fi
if [ ! `uname -r|grep ^2` ]; then
cat <<'END'
FreeBSD-3.x has support for Secure RPC. DO NOT ENABLE THIS ON FreeBSD-2.* !!
FreeBSD-3.x has support for Secure RPC.
While this scheme is not used for general purpose encryption,
some countries restrict the use of strong cryptography.
@ -184,7 +185,7 @@ yesno "Build with Secure RPC? [YES] "
if [ $answ = YES ]; then
echo "#define HasSecureRPC YES" >> $F
fi
fi
cat <<'END'
MIT supplies an authentication mechanism that relies upon DES, this is

View File

@ -172,9 +172,10 @@ if [ $answ = YES ]; then
echo "#define ForceNormalLib YES" >> $F
fi
if [ ! `uname -r|grep ^2` ]; then
cat <<'END'
FreeBSD-3.x has support for Secure RPC. DO NOT ENABLE THIS ON FreeBSD-2.* !!
FreeBSD-3.x has support for Secure RPC.
While this scheme is not used for general purpose encryption,
some countries restrict the use of strong cryptography.
@ -184,7 +185,7 @@ yesno "Build with Secure RPC? [YES] "
if [ $answ = YES ]; then
echo "#define HasSecureRPC YES" >> $F
fi
fi
cat <<'END'
MIT supplies an authentication mechanism that relies upon DES, this is

View File

@ -172,9 +172,10 @@ if [ $answ = YES ]; then
echo "#define ForceNormalLib YES" >> $F
fi
if [ ! `uname -r|grep ^2` ]; then
cat <<'END'
FreeBSD-3.x has support for Secure RPC. DO NOT ENABLE THIS ON FreeBSD-2.* !!
FreeBSD-3.x has support for Secure RPC.
While this scheme is not used for general purpose encryption,
some countries restrict the use of strong cryptography.
@ -184,7 +185,7 @@ yesno "Build with Secure RPC? [YES] "
if [ $answ = YES ]; then
echo "#define HasSecureRPC YES" >> $F
fi
fi
cat <<'END'
MIT supplies an authentication mechanism that relies upon DES, this is

View File

@ -172,9 +172,10 @@ if [ $answ = YES ]; then
echo "#define ForceNormalLib YES" >> $F
fi
if [ ! `uname -r|grep ^2` ]; then
cat <<'END'
FreeBSD-3.x has support for Secure RPC. DO NOT ENABLE THIS ON FreeBSD-2.* !!
FreeBSD-3.x has support for Secure RPC.
While this scheme is not used for general purpose encryption,
some countries restrict the use of strong cryptography.
@ -184,7 +185,7 @@ yesno "Build with Secure RPC? [YES] "
if [ $answ = YES ]; then
echo "#define HasSecureRPC YES" >> $F
fi
fi
cat <<'END'
MIT supplies an authentication mechanism that relies upon DES, this is

View File

@ -172,9 +172,10 @@ if [ $answ = YES ]; then
echo "#define ForceNormalLib YES" >> $F
fi
if [ ! `uname -r|grep ^2` ]; then
cat <<'END'
FreeBSD-3.x has support for Secure RPC. DO NOT ENABLE THIS ON FreeBSD-2.* !!
FreeBSD-3.x has support for Secure RPC.
While this scheme is not used for general purpose encryption,
some countries restrict the use of strong cryptography.
@ -184,7 +185,7 @@ yesno "Build with Secure RPC? [YES] "
if [ $answ = YES ]; then
echo "#define HasSecureRPC YES" >> $F
fi
fi
cat <<'END'
MIT supplies an authentication mechanism that relies upon DES, this is

View File

@ -172,9 +172,10 @@ if [ $answ = YES ]; then
echo "#define ForceNormalLib YES" >> $F
fi
if [ ! `uname -r|grep ^2` ]; then
cat <<'END'
FreeBSD-3.x has support for Secure RPC. DO NOT ENABLE THIS ON FreeBSD-2.* !!
FreeBSD-3.x has support for Secure RPC.
While this scheme is not used for general purpose encryption,
some countries restrict the use of strong cryptography.
@ -184,7 +185,7 @@ yesno "Build with Secure RPC? [YES] "
if [ $answ = YES ]; then
echo "#define HasSecureRPC YES" >> $F
fi
fi
cat <<'END'
MIT supplies an authentication mechanism that relies upon DES, this is