Better still:

#!/bin/sh

echo ""
echo "Your NICs should already be DHCP - configured now."
echo "Otherwise quit via ^C and run /bin/net-up first."
echo ""
echo "Continuing in 5 seconds ... "
echo ""
sleep 5

##/bin/net-up

mkdir /tmp/readwrite/libs.tmp
cd /tmp/readwrite/libs.tmp

wget http://patches.sun.com/all_unsigned/119964-07.zip

echo ""
echo "Extracting ..."
echo ""
unzip 119964-07.zip

echo ""
echo "Copying libs to /tmp/readwrite/lib ..."
echo ""

mv */SUNWlibC*/reloc/usr/lib /tmp/readwrite
rm -R /tmp/readwrite/libs.tmp

echo ""
echo "DONE."
echo ""


Maybe I should also add a HUGE woahh hoaahh license notice for that tiny
dumb thing ;-)



--
M.
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to