From cd373c13d4e97d8a2f93f7653308a7c54f517720 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Wed, 11 Sep 2002 14:42:58 +0000 Subject: - Made printer::assure_device_is_available_for_cups() more reliable by checking and retrying. - Do not start the network when it is not configured. --- perl-install/printerdrake.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/printerdrake.pm') diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index dbb709190..e9dc78834 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -2581,6 +2581,9 @@ sub check_network { } } + # Do not try to start the network if it is not configured + if (!printer::files_exist("/etc/sysconfig/network-scripts/drakconnect_conf")) { return 0 } + # Second check: Is the network running? if (printer::network_running()) { return 1 } -- cgit v1.2.1