summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-16 05:09:10 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-16 05:09:10 +0000
commit5dabbb886b156092a0710c6d24903d7363221d4b (patch)
tree5e823eb16eaf1a94e9c583dba60ba19ce1a5d05c
parentfa5a2c8b55e93498a08b1f81d67a196beef9c378 (diff)
downloaddrakx-backup-do-not-use-5dabbb886b156092a0710c6d24903d7363221d4b.tar
drakx-backup-do-not-use-5dabbb886b156092a0710c6d24903d7363221d4b.tar.gz
drakx-backup-do-not-use-5dabbb886b156092a0710c6d24903d7363221d4b.tar.bz2
drakx-backup-do-not-use-5dabbb886b156092a0710c6d24903d7363221d4b.tar.xz
drakx-backup-do-not-use-5dabbb886b156092a0710c6d24903d7363221d4b.zip
replace freeDriver with freedriver (stage2 para are lower cased)
-rw-r--r--perl-install/Xconfig/card.pm2
-rw-r--r--perl-install/install2.pm2
-rw-r--r--perl-install/install_any.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/Xconfig/card.pm b/perl-install/Xconfig/card.pm
index 2a20abdb6..6330285ea 100644
--- a/perl-install/Xconfig/card.pm
+++ b/perl-install/Xconfig/card.pm
@@ -289,7 +289,7 @@ sub install_server {
push @packages, 'xorg-x11-glide-module' if $card->{card_name} =~ /Voodoo/;
}
- if ($options->{freeDriver}) {
+ if ($options->{freedriver}) {
delete $card->{Driver2};
}
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 0ae072f13..bad07fac9 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -389,7 +389,7 @@ sub main {
vga => sub { $o->{vga} = $v },
step => sub { $o->{steps}{first} = $v },
meta_class => sub { $o->{meta_class} = $v },
- freeDriver => sub { $o->{freeDriver} = $v },
+ freedriver => sub { $o->{freedriver} = $v },
readonly => sub { $o->{partitioning}{readonly} = $v ne "0" },
display => sub { $o->{display} = $v },
askdisplay => sub { print "Please enter the X11 display to perform the install on ? "; $o->{display} = chomp_(scalar(<STDIN>)) },
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 56a5de2ec..63d4aa4fa 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -1232,7 +1232,7 @@ sub log_sizes {
sub X_options_from_o {
my ($o) = @_;
{
- freeDriver => $o->{freeDriver},
+ freedriver => $o->{freedriver},
allowFB => $o->{allowFB},
};
}