summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-12 12:07:35 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-12 12:07:35 +0000
commit5a491e6da415d48b0a8b8387990052b7a2d832b0 (patch)
tree3006526e5013509c488bbedf32f48c645d071e98 /perl-install/install_steps.pm
parentf5ef17e3abbff1b32dee5034ee03be196b00f485 (diff)
downloaddrakx-backup-do-not-use-5a491e6da415d48b0a8b8387990052b7a2d832b0.tar
drakx-backup-do-not-use-5a491e6da415d48b0a8b8387990052b7a2d832b0.tar.gz
drakx-backup-do-not-use-5a491e6da415d48b0a8b8387990052b7a2d832b0.tar.bz2
drakx-backup-do-not-use-5a491e6da415d48b0a8b8387990052b7a2d832b0.tar.xz
drakx-backup-do-not-use-5a491e6da415d48b0a8b8387990052b7a2d832b0.zip
draknet is drakconnect now
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 cca7d9552..6d2ee0030 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -603,7 +603,7 @@ sub configureNetwork {
output $f, "\nif$_ eth0\n";
chmod 0755, $f;
}
- output "$o->{prefix}/etc/sysconfig/network-scripts/net_cnx_pg", "\n/usr/sbin/draknet\n";
+ output "$o->{prefix}/etc/sysconfig/network-scripts/net_cnx_pg", "\n/usr/sbin/drakconnet\n";
}
}