Package: flashplugin-nonfree
Version: 7.0.63.3
Severity: important

Reported to me via e-mail by "Bruno T. Santos" <[EMAIL PROTECTED]>:

On Wed, Apr 26, 2006 at 11:22:26AM +0100, Bruno T. Santos wrote:
> Hi, the latest version isn't working.
> 
> I believe this solves it, it corrects the url for the package and a lack
> of square braces on the if that verifies the nok.
> 
> Cheers,
> 

> --- /usr/sbin/update-flashplugin 2006-04-26 03:44:24.000000000 +0100
> +++ update-flashplugin 2006-04-26 11:18:13.000000000 +0100
> @@ -106,13 +106,13 @@
>      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"
> -    if [ $MIRROR_UH = "nok" ] && [ $MIRROR_RI = "nok" ]; then
> +    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
>     fi



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to