diff options
Diffstat (limited to 'perl-install/printerdrake.pm')
-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; |