When I run update-flashplugin I get told <quote>

Checking new upstream release...
I: checking http://macromedia.rediris.es/tarball/debian/...
No new version is detected. ( = not installed)

</quote> because, as I've now found by visiting all sites by hand, all
of the entries in update-flashplugin.conf.rb URLs relate to URLs that
404.  Is there an actual authoritative source at macromedia.com that
could be included in the list ?  Chasing links at macromedia.rediris.es
found me no suitable gpg-md5sums.txt at a new, re-organized location.

The script tests <quote>

    if version && @version != version
        ... do install or talk about it
    else
          _print "No new version is detected. (#{version} = [EMAIL 
PROTECTED])\n"
    end

</quote> which is in error when !version; it should produce distinct
error messages in the cases !version and (the case actually refered to
by the existing error message) version == @version.

In addition, this script uses a mixture of tab-widths; some of it uses 4
and some uses 8 - it would be easier to read if it consistently used one
or the other !

There follows a trivial patch which it would be nice to see applied to
the script for the sake of Opera users,

        Eddy.
-- 
diff -bu /usr/sbin/update-flashplugin\~ /usr/sbin/update-flashplugin
--- /usr/sbin/update-flashplugin~       2004-09-28 06:45:26.000000000 +0200
+++ /usr/sbin/update-flashplugin        2006-03-26 12:54:58.553551273 +0200
@@ -35,6 +35,7 @@
     @linkdir = [ "/usr/lib/mozilla/plugins",
       "/usr/lib/mozilla-snapshot/plugins",
       "/usr/lib/mozilla-firebird/plugins",
+         "/usr/lib/opera/plugins",
       "/usr/lib/mozilla-firefox/plugins"
     ]
     @quiet = false


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

Reply via email to