diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-07-11 03:09:39 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-07-11 03:09:39 +0000 |
commit | f112df5e45b9e95bdd1bbb48863d64417cde3fb4 (patch) | |
tree | eefb6342b57dce185b23edcefb629b83519055b8 /perl-install/network/netconnect.pm | |
parent | 076e4f7baa0eec3bff7b7e862e3f47d878adde20 (diff) | |
download | drakx-f112df5e45b9e95bdd1bbb48863d64417cde3fb4.tar drakx-f112df5e45b9e95bdd1bbb48863d64417cde3fb4.tar.gz drakx-f112df5e45b9e95bdd1bbb48863d64417cde3fb4.tar.bz2 drakx-f112df5e45b9e95bdd1bbb48863d64417cde3fb4.tar.xz drakx-f112df5e45b9e95bdd1bbb48863d64417cde3fb4.zip |
don't restart network service at drakconnect startup
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r-- | perl-install/network/netconnect.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |