From f112df5e45b9e95bdd1bbb48863d64417cde3fb4 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 11 Jul 2005 03:09:39 +0000 Subject: don't restart network service at drakconnect startup --- perl-install/network/netconnect.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/netconnect.pm') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index f1ce92d55..aa30473ea 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1340,7 +1340,7 @@ Test your connection via net_monitor or mcc. If your connection does not work, y Click on Ok to keep your configuration, or cancel to reconfigure your Internet & Network connection. "), N("The network needs to be restarted. Do you want to restart it?"), - N("A problem occurred while restarting the network: \n\n%s", `/etc/rc.d/init.d/network restart`), #- nice one ... + N("A problem occurred while restarting the network: \n\n%s", 'foo'), N("We are now going to configure the %s connection.\n\n\nPress \"%s\" to continue.", 'a', 'b'), N("Configuration is complete, do you want to apply settings?"), N("You have configured multiple ways to connect to the Internet.\nChoose the one you want to use.\n\n"), -- cgit v1.2.1