Author: pebender
Date: Mon Jan 12 14:36:52 2009
New Revision: 4229
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_X.pm
Log:
- Fixed a bug that would cause MM_X_MODELINE_0, MM_X_MODELINE_1 and
MM_X_MODELINE_2 to fail with perl init scripts.
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_X.pm
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_X.pm
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_X.pm
Mon Jan 12 14:36:52 2009
@@ -628,16 +628,6 @@
}
}
return $value_auto;
- },
- extra => sub
- {
- my $minimyth = shift;
- my $name = shift;
-
- if (($minimyth->var_get('MM_X_MODE_0') ne '') &&
($minimyth->var_get('MM_X_MODELINE_0') ne ''))
- {
- $minimyth->message_output('err', qq(both 'MM_X_MODE_0'
and 'MM_X_MODELINE_0' cannot be set.));
- }
}
};
$var_list{'MM_X_MODE_1'} =
@@ -695,16 +685,6 @@
}
}
return $value_auto;
- },
- extra => sub
- {
- my $minimyth = shift;
- my $name = shift;
-
- if (($minimyth->var_get('MM_X_MODE_1') ne '') &&
($minimyth->var_get('MM_X_MODELINE_1') ne ''))
- {
- $minimyth->message_output('err', qq(both 'MM_X_MODE_2'
and 'MM_X_MODELINE_2' cannot be set.));
- }
}
};
$var_list{'MM_X_MODE_2'} =
@@ -762,16 +742,6 @@
}
}
return $value_auto;
- },
- extra => sub
- {
- my $minimyth = shift;
- my $name = shift;
-
- if (($minimyth->var_get('MM_X_MODE_2') ne '') &&
($minimyth->var_get('MM_X_MODELINE_2') ne ''))
- {
- $minimyth->message_output('err', qq(both 'MM_X_MODE_2'
and 'MM_X_MODELINE_2' cannot be set.));
- }
}
};
$var_list{'MM_X_TV_TYPE'} =
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---