diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-07-21 00:05:40 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-07-21 00:05:40 +0000 |
commit | dd7100049c9e1efd8f3c4550326499ad4bbf9e42 (patch) | |
tree | 43a34fef9a1ce5b14dfea47c9b78ddf09bc12252 /perl-install/standalone/XFdrake | |
parent | 6362e37a17081860df376ff300df5a4f0fc51f78 (diff) | |
download | drakx-dd7100049c9e1efd8f3c4550326499ad4bbf9e42.tar drakx-dd7100049c9e1efd8f3c4550326499ad4bbf9e42.tar.gz drakx-dd7100049c9e1efd8f3c4550326499ad4bbf9e42.tar.bz2 drakx-dd7100049c9e1efd8f3c4550326499ad4bbf9e42.tar.xz drakx-dd7100049c9e1efd8f3c4550326499ad4bbf9e42.zip |
XFdrake doesn't modify modules_conf! (or does it?)
Diffstat (limited to 'perl-install/standalone/XFdrake')
-rwxr-xr-x | perl-install/standalone/XFdrake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 334f18972..b896543d3 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -39,8 +39,6 @@ $configure_this ||= 'everything'; { my $in = 'interactive'->vnew('su'); - modules::mergein_conf(); - my $rc = do { my $options = { allowFB => listlength(cat_("/proc/fb")) }; |