Author: pebender
Date: Thu Jan 22 13:12:44 2009
New Revision: 4308
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_LCDPROC.pm
Log:
- Fixed a bug that prevented LCDd.conf from being fetched from the conf
directory when using perl init scripts.
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 Thu Jan 22
13:12:44 2009
@@ -129,6 +129,8 @@
permissions on home direcotry for the user 'minimyth' after set the
uid
and gid for the user 'minimyth'.
- Added missing vmware video driver dependency: shadowfb.
+ - Fixed a bug that prevented LCDd.conf from being fetched from the conf
+ directory when using perl init scripts.
Modified build system
- Modified include file lists so that LIRC drivers are included
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_LCDPROC.pm
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_LCDPROC.pm
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_LCDPROC.pm
Thu Jan 22 13:12:44 2009
@@ -128,8 +128,8 @@
value_default => 'no',
value_valid => 'no|yes',
value_file => 'yes',
- file => {'remote' => '/LCDd.conf',
- 'local' => '/etc/LCDd.conf'},
+ file => {'name_remote' => '/LCDd.conf',
+ 'name_local' => '/etc/LCDd.conf'}
};
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
-~----------~----~----~----~------~----~------~--~---