summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-06-01 23:55:12 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-06-01 23:55:12 +0000
commit50543844bb0a032a7c2a0c19f6d4e60eba8905b5 (patch)
tree6fca65868ec5818b51af28023c98943671ece41c /perl-install/install_steps.pm
parent306e78ee2092365f7b64db699f15d1dda60f9e9e (diff)
downloaddrakx-backup-do-not-use-50543844bb0a032a7c2a0c19f6d4e60eba8905b5.tar
drakx-backup-do-not-use-50543844bb0a032a7c2a0c19f6d4e60eba8905b5.tar.gz
drakx-backup-do-not-use-50543844bb0a032a7c2a0c19f6d4e60eba8905b5.tar.bz2
drakx-backup-do-not-use-50543844bb0a032a7c2a0c19f6d4e60eba8905b5.tar.xz
drakx-backup-do-not-use-50543844bb0a032a7c2a0c19f6d4e60eba8905b5.zip
(miscellaneousAfter) fix very old uncatched bug
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 7749aa851..05d0e0b7f 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -926,7 +926,7 @@ sub miscellaneousAfter {
$ENV{SECURE_LEVEL} = $o->{security}; #- deprecated with chkconfig 1.3.4-2mdk, uses /etc/sysconfig/msec
addToBeDone {
- addVarsInSh("$o->{prefix}/etc/sysconfig/system", {
+ setVarsInSh("$o->{prefix}/etc/sysconfig/system", {
META_CLASS => $o->{meta_class} || 'PowerPack',
});
substInFile { s/KEYBOARD_AT_BOOT=.*/KEYBOARD_AT_BOOT=yes/ } "$o->{prefix}/etc/sysconfig/usb" if detect_devices::usbKeyboards();