diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2002-08-19 15:40:49 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2002-08-19 15:40:49 +0000 |
commit | 6f440996828f5b573f7e2c1eef12786adeb830c1 (patch) | |
tree | d3c941b7c13248c2bea79aafa6ec2e52ecada79f /perl-install | |
parent | 90a46af6a7d010e2391fada978607372738a94c2 (diff) | |
download | drakx-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)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/printerdrake.pm | 6 |
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; |