I used yup-232-2.2.noarch.rpm and made a slight change to the script to get
it to pull the -Updates and -Online. It still had issues pulling the -Pool
stuff and since I only needed to do that once, I just pulled -Pool manually.
Here's the diff but I'm guessing it'll wrap, so basically just look for SP2
in /usr/sbin/yup and repeat the first "elif" block.
--- yup 2010-03-01 14:09:06.000000000 -0600
+++ /usr/sbin/yup 2010-01-20 15:36:53.000000000 -0600
@@ -339,6 +339,9 @@
elif [ "$SVN" = "SP2" ]; then
SVNSUFFIX="-SP2"
SUBCHANNELS=$YUP_SP_SUBCHANS
+ elif [ "$SVN" = "SP3" ]; then
+ SVNSUFFIX="-SP3"
+ SUBCHANNELS=$YUP_SP_SUBCHANS
fi
for CHLSUFFIX in $SUBCHANNELS; do
if [ "${SLE}." = "SLES10."
]; then
Leland
----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390