summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-05-03 14:21:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-05-03 14:21:34 +0000
commitf9df61e55cd55571923eaa5be8a04ab5ae87fd22 (patch)
tree6ed8cdfad01424be5fbf2f3838fbb117ee72fffb /perl-install/install_steps.pm
parentf4017ea2f9cf2452120b8bd072b5c03ef61784c9 (diff)
downloaddrakx-backup-do-not-use-f9df61e55cd55571923eaa5be8a04ab5ae87fd22.tar
drakx-backup-do-not-use-f9df61e55cd55571923eaa5be8a04ab5ae87fd22.tar.gz
drakx-backup-do-not-use-f9df61e55cd55571923eaa5be8a04ab5ae87fd22.tar.bz2
drakx-backup-do-not-use-f9df61e55cd55571923eaa5be8a04ab5ae87fd22.tar.xz
drakx-backup-do-not-use-f9df61e55cd55571923eaa5be8a04ab5ae87fd22.zip
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 867135dfb..c47099400 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -419,6 +419,10 @@ GridHeight=70
} "$o->{prefix}$_/.kde/share/config/kfmrc"
}
+ #- to unsure linuxconf doesn't cry against those files being in the future
+ -e $_ and touch($_) foreach map { "$o->{prefix}/$_" }
+ '/etc/conf.modules', '/etc/crontab', '/etc/sysconfig/network', '/etc/sysconfig/mouse', '/etc/X11/fs/config';
+
#- move some file after an upgrade that may be seriously annoying.
#- and rename saved files to .mdkgiorig.
if ($o->{isUpgrade}) {
@@ -450,7 +454,7 @@ sub configureNetwork($) {
network::sethostname($o->{netc}) unless $::testing;
network::addDefaultRoute($o->{netc}) unless $::testing;
- $o->pkg_install("dhcpxd") if grep { $_->{BOOTPROTO} =~ /^(dhcp)$/ } @{$o->{intf}};
+ $o->pkg_install("dhcpcd") if grep { $_->{BOOTPROTO} =~ /^(dhcp)$/ } @{$o->{intf}};
# Handle also pump (this is still in initscripts no?)
$o->pkg_install("pump") if grep { $_->{BOOTPROTO} =~ /^(pump|bootp)$/ } @{$o->{intf}};
#-res_init(); #- reinit the resolver so DNS changes take affect