From 282fa83f88553e07a28b281446d3ade5e7216515 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 16 Feb 2004 17:06:11 +0000 Subject: add hints --- perl-install/standalone/drakvpn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/standalone/drakvpn') diff --git a/perl-install/standalone/drakvpn b/perl-install/standalone/drakvpn index ee64cf9c1..2765eecf7 100644 --- a/perl-install/standalone/drakvpn +++ b/perl-install/standalone/drakvpn @@ -95,6 +95,7 @@ It's currently enabled. What would you like to do ?"), [ N_("disable"), N_("reconfigure"), N_("dismiss") ]) or quit_global($in, 0); + # FIXME: reconfigure isn't handled if ($r eq "disable") { if (!$::testing) { my $_wait_disabl = $in->wait_message('', N("Disabling VPN...")); @@ -120,6 +121,7 @@ It's currently disabled. What would you like to do ?"), [ N_("enable"), N_("reconfigure"), N_("dismiss") ]); + # FIXME: reconfigure isn't handled if ($r eq "enable") { foreach ($ipsec_conf, $tunnels_file) { rename($_, "$_.old") if -f $_; -- cgit v1.2.1