Author: pebender
Date: Tue Jan 13 11:23:12 2009
New Revision: 4243
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_MINIMYTH.pm
Log:
- Added check for trailing '/' in MM_MINIMYTH_CONF_BOOT_URL.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Tue Jan 13
11:23:12 2009
@@ -50,6 +50,7 @@
MythTV programs (mythbackend, mythfrontend and mythwelcome) run as
user
'minimyth'.
- Added support for loading coretemp kernel driver on more hardware.
+ - Added check for trailing '/' in MM_MINIMYTH_CONF_BOOT_URL.
Modified udev
- Renamed 06-minimyth-mythtv.rules to 07-minimyth-mythtv.rules.
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_MINIMYTH.pm
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_MINIMYTH.pm
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_MINIMYTH.pm
Tue Jan 13 11:23:12 2009
@@ -36,7 +36,8 @@
{
return 'file:/minimyth/';
}
- }
+ },
+ value_valid => '.+/'
};
1;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---