--- /usr/sbin/update-flashplugin 2006-04-26 02:44:24.000000000 +0000 +++ ./update-flashplugin 2006-04-26 08:48:49.000000000 +0000 @@ -106,12 +106,12 @@ WGETRC=wgetrc wget -q -O site_uh.html http://macromedia.mplug.org/site_uh.html || MIRROR_UH="nok" grep '"http://macromedia.mplug.org/site_uh.html"' homepage.html > /dev/null 2>&1 || MIRROR_UH="nok" grep '"http://www.macromedia.com/shockwave/download/license/desktop/"' site_uh.html > /dev/null 2>&1 || MIRROR_UH="nok" - grep '"http://download.macromedia.com/get/flashplayer/current/install_flash_player_7_linux.tar.gz"' site_uh.html > /dev/null 2>&1 || MIRROR_UH="nok" + grep '"http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_7_linux.tar.gz"' site_uh.html > /dev/null 2>&1 || MIRROR_UH="nok" MIRROR_RI="ok" WGETRC=wgetrc wget -q -O site_ri.html http://macromedia.rediris.es/site_ri.html || MIRROR_RI="nok" grep '"http://macromedia.rediris.es/site_ri.html"' homepage.html > /dev/null 2>&1 || MIRROR_RI="nok" grep '"http://www.macromedia.com/shockwave/download/license/desktop/"' site_ri.html > /dev/null 2>&1 || MIRROR_RI="nok" - grep '"http://download.macromedia.com/get/flashplayer/current/install_flash_player_7_linux.tar.gz"' site_ri.html > /dev/null 2>&1 || MIRROR_RI="nok" + grep '"http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_7_linux.tar.gz"' site_ri.html > /dev/null 2>&1 || MIRROR_RI="nok" if [ $MIRROR_UH = "nok" ] && [ $MIRROR_RI = "nok" ]; then FAIL="true" fi