adderd redhat 7.2, changed tinderbox back to defaulting to the tip

This commit is contained in:
sonja.mirtitsch%sun.com 2001-12-05 22:52:46 +00:00
Родитель 11d99aab43
Коммит 0d9a16f501
1 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -184,6 +184,7 @@ if [ -z "$BC_MASTER" ] # master directory for backwardscompatibility testing
then then
RH="NO" RH="NO"
grep 7.1 /etc/redhat-release > /dev/null 2>/dev/null && RH="YES" grep 7.1 /etc/redhat-release > /dev/null 2>/dev/null && RH="YES"
grep 7.2 /etc/redhat-release > /dev/null 2>/dev/null && RH="YES"
if [ "$RH" = "YES" ] if [ "$RH" = "YES" ]
then # NSS-3-3-1RTM then # NSS-3-3-1RTM
@ -863,8 +864,8 @@ eval_opts()
NSSVER=$1 NSSVER=$1
if [ -z "$NSSVER" ] if [ -z "$NSSVER" ]
then then
NSSVER="332" NSSVER="tip"
Debug "NSS Version: Parameters missing - defaulting to 332!" Debug "NSS Version: Parameters missing - defaulting to tip!"
else else
BUILDDATE=$2 BUILDDATE=$2
if [ -z "$BUILDDATE" ] if [ -z "$BUILDDATE" ]
@ -891,8 +892,8 @@ eval_opts()
fi fi
if [ -z "$NSSVER" ] if [ -z "$NSSVER" ]
then then
NSSVER="332" NSSVER="tip"
Debug "NSS Version: Parameters missing - defaulting to 332!" Debug "NSS Version: Parameters missing - defaulting to tip!"
fi fi
Debug "Builddate $BUILDDATE NssVersion $NSSVER" Debug "Builddate $BUILDDATE NssVersion $NSSVER"