some more s/2.3/2.4/

This commit is contained in:
Juergen Daubert 2007-10-25 09:33:28 +02:00
parent fa53875c3f
commit fcdfff5741
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
INFILE=handbook.in INFILE=handbook.in
OUTFILE=handbook.txt OUTFILE=handbook.txt
CRUX_VERSION=2.3 CRUX_VERSION=2.4
TITLE="HANDBOOK FOR CRUX $CRUX_VERSION" TITLE="HANDBOOK FOR CRUX $CRUX_VERSION"
URL="http://crux.nu/Main/Handbook${CRUX_VERSION/\./-}?action=print" URL="http://crux.nu/Main/Handbook${CRUX_VERSION/\./-}?action=print"

View File

@ -4,7 +4,7 @@
INFILE=releasenotes.in INFILE=releasenotes.in
OUTFILE=releasenotes.txt OUTFILE=releasenotes.txt
CRUX_VERSION=2.3 CRUX_VERSION=2.4
URL="http://crux.nu/Main/ReleaseNotes${CRUX_VERSION/\./-}?action=print" URL="http://crux.nu/Main/ReleaseNotes${CRUX_VERSION/\./-}?action=print"
set -x set -x

View File

@ -35,7 +35,7 @@ echoDone() {
} }
echo "" echo ""
echo -e "${BOLD}CRUX 2.3 (UPDATED) - ${BLUE}http://crux.nu/${NORM}" echo -e "${BOLD}CRUX 2.4 - ${BLUE}http://crux.nu/${NORM}"
echo "" echo ""
exec >/dev/console </dev/console 2>&1 exec >/dev/console </dev/console 2>&1

View File

@ -303,7 +303,7 @@ main() {
if [ "$ACTION" = "UPGRADE" ] && [ -f /usr/bin/setup-helper ] if [ "$ACTION" = "UPGRADE" ] && [ -f /usr/bin/setup-helper ]
then then
(/usr/bin/setup-helper $ROOT &> $helperlogfile) | do_dialog \ (/usr/bin/setup-helper $ROOT &> $helperlogfile) | do_dialog \
--title " Please wait [2.2 -> 2.3 check]" --gauge "" 8 60 0 --title " Please wait [2.3 -> 2.4 check]" --gauge "" 8 60 0
fi fi
install_packages install_packages