diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-20 13:45:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-20 13:45:20 +0000 |
commit | ae827cca5790bf684bbf7e7258c8615690b0633d (patch) | |
tree | ac8152f792d2afe8790a5594ee258b08f8d6154d /perl-install/Xconfigurator.pm | |
parent | 405da5160728bd0332ebbc471f52939489720aa7 (diff) | |
download | drakx-ae827cca5790bf684bbf7e7258c8615690b0633d.tar drakx-ae827cca5790bf684bbf7e7258c8615690b0633d.tar.gz drakx-ae827cca5790bf684bbf7e7258c8615690b0633d.tar.bz2 drakx-ae827cca5790bf684bbf7e7258c8615690b0633d.tar.xz drakx-ae827cca5790bf684bbf7e7258c8615690b0633d.zip |
various
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index ffa57f784..30c4fdc4e 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -17,7 +17,6 @@ my $tmpconfig = "/tmp/Xconfig"; my ($prefix, %monitors, %standard_monitors_); -1; sub getVGAMode($) { $_[0]->{card}{vga_mode} || $vgamodes{"640x480x16"}; } @@ -1165,3 +1164,5 @@ Would you like X to start when you reboot?"), 1); run_program::rooted($prefix, "chkconfig", "--del", "gpm") if $o->{mouse}{device} =~ /ttyS/ && !$::isStandalone; } } + +1; |