diff options
author | Stew Benedict <stewb@mandriva.org> | 2005-08-19 20:43:31 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2005-08-19 20:43:31 +0000 |
commit | 7e37240c1d0fda6cab5537549bd8febfc5110e62 (patch) | |
tree | 6f22fbe46d027f3c534dd9610793eb8438bac7a7 /perl-install | |
parent | de1e987968703ab7d9591fa52f3842f06d6ee072 (diff) | |
download | drakx-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)
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakTermServ | 1 |
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); } |