Well, the Upgrade CD took much less time than I figured (less than a
second), as it is only 262,144 bytes. It appears to contain all of three
RPMs.
up2date-2.0.5-3.i386.rpm
up2date-2.0.5-3.src.rpm
up2date-gnome-2.0.5-3.rpm
and the following script file
(script)
#!/bin/sh
# Upgrade Update Agent
#
# Copyright (C) 2000 Red Hat, Inc.
basename=`basename $0`
scriptdir=`echo $0 | sed -e "s|$basename||"`
release=`cat /etc/redhat-release`
upgrade_packages()
{
echo "Upgrading all necessary packages..."
rpm -Fvh "$scriptdir"/RPMS/*.rpm
echo "Upgrade complete."
}
displayit()
{
if [ "$DISPLAY" != "" ]; then
xmessage "$1
"
else
echo -e "$1"
fi
}
if [ "$UID" != "0" ]; then
displayit "This program must be run as root."
exit 1
fi
if [ "$release" != "Red Hat Linux release 7.0 (Guinness)" ]; then
displayit "This does not appear to be a Red Hat Linux 7.0 system.
You are on $release."
exit 1
fi
if [ "$DISPLAY" != "" ]; then
xmessage "This program will apply updates to your Red Hat Linux 7.0
system.
For more information, read the README file in this directory.
" -buttons OK,Cancel
if [ "$?" = "101" ]; then
upgrade_packages | xmessage -geometry 575x110 -file -
fi
else
echo -e "This program will apply updates to your Red Hat Linux 7.0
System.\nFor more information, read the README file in this directory.\n\nIf
you do not wish to continue, press Control-C now. Otherwise, press Enter."
read
upgrade_packages
fi
(tpircs)
Jamin W. Collins
-----Original Message-----
From: Jamin Collins [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 06, 2000 4:37 PM
To: '[EMAIL PROTECTED]'
Subject: RE: RESPIN
I've run the following routine to compare the ORIGINAL and RESPIN CDs for
those interested. I realize this is most likely not the best means of
locating all differences, but it gives a good quick idea of what is
different on the RESPIN CDs.
First I mounted the ISO image via the loop device to /mnt/loop and mounted
the equivalent original CD to /mnt/cdrom.
ls -1AR /mnt/cdrom > cdrom-listing
ls -1AR /mnt/loop > loop-listing
diff cdrom-listing loop-listing > differences.txt
I then manually parsed the differences.txt file looking for anything other
than directory names that had changed.
These are the only changes that I've found with disc-2
Updated Packages
================
up2date-2.0-4.src.rpm -> up2date-2.0.5-3.src.rpm
usermode-1.35-2.src.rpm -> usermode-1.36-3.src.rpm
These are the only changes that I've found with disc-1
Updated Packages
================
LPRng-3.6.22-5.i386.rpm -> LPRng-3.6.24-2.i386.rpm
up2date-2.0-4.noarch.rpm -> up2date-2.0.5-3.i386.rpm
up2date-gnome-2.0-4.noarch.rpm -> up2date-gnome-2.0.5-3.i386.rpm
usermode-1.35-2.i386.rpm -> usermode-1.36-3.i386.rpm
Added
=====
./RedHat/base/hdimage
Information regarding the Upgrade CD will be posted sometime tomorrow.
Jamin W. Collins
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list