summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2002-08-19 15:40:49 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2002-08-19 15:40:49 +0000
commit6f440996828f5b573f7e2c1eef12786adeb830c1 (patch)
treed3c941b7c13248c2bea79aafa6ec2e52ecada79f
parent90a46af6a7d010e2391fada978607372738a94c2 (diff)
downloaddrakx-backup-do-not-use-6f440996828f5b573f7e2c1eef12786adeb830c1.tar
drakx-backup-do-not-use-6f440996828f5b573f7e2c1eef12786adeb830c1.tar.gz
drakx-backup-do-not-use-6f440996828f5b573f7e2c1eef12786adeb830c1.tar.bz2
drakx-backup-do-not-use-6f440996828f5b573f7e2c1eef12786adeb830c1.tar.xz
drakx-backup-do-not-use-6f440996828f5b573f7e2c1eef12786adeb830c1.zip
s/drakconnet/drakconnect/ (Thank you for adding this bug, Titi)
-rw-r--r--perl-install/printerdrake.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm
index fb11a833f..95a64750b 100644
--- a/perl-install/printerdrake.pm
+++ b/perl-install/printerdrake.pm
@@ -2349,8 +2349,8 @@ sub check_network {
$in->set_help('checkNetwork') if $::isInstall;
- # First check: Does /etc/sysconfig/network-scripts/drakconnet_conf exist
- # (otherwise the network is not configured yet and drakconnet has to be
+ # First check: Does /etc/sysconfig/network-scripts/drakconnect_conf exist
+ # (otherwise the network is not configured yet and drakconnect has to be
# started)
if (!printer::files_exist("/etc/sysconfig/network-scripts/drakconnect_conf")) {
@@ -2372,7 +2372,7 @@ sub check_network {
$in->{lang} eq "fr_FR" &&
$in->{keyboard}{KEYBOARD} eq "fr", 0);
} else {
- system("/usr/sbin/drakconnet");
+ system("/usr/sbin/drakconnect");
}
if (printer::files_exist("/etc/sysconfig/network-scripts/drakconnect_conf")) {
$go_on = 1;