summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2005-08-19 20:43:31 +0000
committerStew Benedict <stewb@mandriva.org>2005-08-19 20:43:31 +0000
commit7e37240c1d0fda6cab5537549bd8febfc5110e62 (patch)
tree6f22fbe46d027f3c534dd9610793eb8438bac7a7
parentde1e987968703ab7d9591fa52f3842f06d6ee072 (diff)
downloaddrakx-7e37240c1d0fda6cab5537549bd8febfc5110e62.tar
drakx-7e37240c1d0fda6cab5537549bd8febfc5110e62.tar.gz
drakx-7e37240c1d0fda6cab5537549bd8febfc5110e62.tar.bz2
drakx-7e37240c1d0fda6cab5537549bd8febfc5110e62.tar.xz
drakx-7e37240c1d0fda6cab5537549bd8febfc5110e62.zip
Ignore config file for First Time Wizard, assume defaults (17673)
-rwxr-xr-xperl-install/standalone/drakTermServ1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ
index 2a8e5d6e2..fd3927914 100755
--- a/perl-install/standalone/drakTermServ
+++ b/perl-install/standalone/drakTermServ
@@ -352,6 +352,7 @@ sub do_wizard() {
$main_buttons->hide;
$in_wizard = 1;
$config_written = 0;
+ %conf = '';
wizard_step(\&client_type, 1);
}