Your message dated Mon, 1 May 2006 16:55:09 +0200
with message-id <[EMAIL PROTECTED]>
and subject line flashplugin-nonfree: latest version isn't working
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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



--- End Message ---
--- Begin Message ---
Hi Bruno,

I haven't heard back from you, so I guess it's OK to close this bug
without further action.  Feel free to reopen and explain why.

Regards,

Bart Martens

--- End Message ---

Reply via email to