Author: pebender
Date: Fri Oct 24 19:08:54 2008
New Revision: 3865
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.perl/init/cron.pm
Log:
- Fixed a bug that caused crond to fail to start when perl init scripts
were used.
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 Fri Oct 24
19:08:54 2008
@@ -100,6 +100,8 @@
codecs saving to local boot device to fail.
- Fixed a bug that would cause the video output to no be configured
correctly for Intel DVI output when perl init scripts were used.
+ - Fixed a bug that caused crond to fail to start when perl init scripts
+ were used.
Modified build system
- Added mm_GRAPHICS for controlling which graphics drivers are
included.
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.perl/init/cron.pm
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.perl/init/cron.pm
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.perl/init/cron.pm
Fri Oct 24 19:08:54 2008
@@ -21,7 +21,7 @@
if (! $minimyth->application_running('crond'))
{
if ((-d '/var/spool/cron/crontabs') &&
- (opendir(DIR, '/var/spool/chron/crontabs')))
+ (opendir(DIR, '/var/spool/cron/crontabs')))
{
foreach (grep(! /^\./, (readdir(DIR))))
{
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---