Author: pebender
Date: Thu Oct 30 21:15:22 2008
New Revision: 3883
Modified:
trunk/gar-minimyth/html/minimyth/document-minimyth_conf.html
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.perl/init/conf/MM_FLASH.pm
trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums
trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm
Log:
- Fixed some minor bugs related to fetching Adobe Flash Player.
Modified: trunk/gar-minimyth/html/minimyth/document-minimyth_conf.html
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-minimyth_conf.html
(original)
+++ trunk/gar-minimyth/html/minimyth/document-minimyth_conf.html Thu Oct
30
21:15:22 2008
@@ -1709,8 +1709,8 @@
For the newly downloaded Adobe Flash Player to take
effect, you must reboot your MiniMyth frontend.
</p>
<p>
- The MythBrowser did not support NPAPI plugins until after
release 0.20.x.
- Therefore, this setting does not apply to MythTV until
after release 0.20.x.
+ The MythBrowser did not support NPAPI plugins until after
release 0.21.x.
+ Therefore, this setting does not apply to MythTV until
after release 0.21.x.
</p>
<p>
The Adobe Flash Player shared library only supports 32-bit.
@@ -2889,7 +2889,7 @@
alt="Valid CSS!" height="31" width="88" /></a>
</div>
<div class="version">
- Last Updated on 2008-10-26
+ Last Updated on 2008-10-30
<br />
< mailto : webmaster at minimyth dot org >
</div>
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.perl/init/conf/MM_FLASH.pm
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.perl/init/conf/MM_FLASH.pm
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.perl/init/conf/MM_FLASH.pm
Thu Oct 30 21:15:22 2008
@@ -39,7 +39,8 @@
}
return $value_default;
- }
+ },
+ value_none => ''
};
1;
Modified: trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums
==============================================================================
--- trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums (original)
+++ trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums Thu Oct 30
21:15:22 2008
@@ -1 +1 @@
-80e1d60c75e7203a7c45c030cf49a432 download/MiniMyth.pm
+ea82632c2e311ed2518369b09f779733 download/MiniMyth.pm
Modified: trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm
==============================================================================
--- trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm
(original)
+++ trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm Thu Oct
30 21:15:22 2008
@@ -1080,7 +1080,7 @@
when (/^http$/ ) { $result = $self->url_http_get( $local_file,
$remote_file, $remote_server); }
when (/^hunt$/ ) { $result = $self->url_hunt_get( $local_file,
$remote_file, $remote_server); }
when (/^tftp$/ ) { $result = $self->url_tftp_get( $local_file,
$remote_file, $remote_server); }
- default { $self->message_log('err', qq(error:
MiniMyth::url_get: protocol ') . $_ . qq(' is not supported.)); }
+ default { $self->message_log('err', qq(error:
MiniMyth::url_get: protocol ') . $remote_protocol . qq(' is not
supported.)); }
}
return $result;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---