diff options
author | Florent Villard <warly@mandriva.com> | 2003-11-05 16:57:20 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-11-05 16:57:20 +0000 |
commit | 79843e9711f1e21823df989c9200031514e8e0fc (patch) | |
tree | 5e5efa466486b82db0b63b072e517a5e0d82f749 /drakwizard.pl | |
parent | 77f1ad96d339974fe8da213ed6ab7e6956e7409c (diff) | |
download | drakwizard-79843e9711f1e21823df989c9200031514e8e0fc.tar drakwizard-79843e9711f1e21823df989c9200031514e8e0fc.tar.gz drakwizard-79843e9711f1e21823df989c9200031514e8e0fc.tar.bz2 drakwizard-79843e9711f1e21823df989c9200031514e8e0fc.tar.xz drakwizard-79843e9711f1e21823df989c9200031514e8e0fc.zip |
fix ftp anonymous mode
fix ntp wizard
fix bind config
Diffstat (limited to 'drakwizard.pl')
-rwxr-xr-x | drakwizard.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drakwizard.pl b/drakwizard.pl index 69f9220a..ad735e1b 100755 --- a/drakwizard.pl +++ b/drakwizard.pl @@ -136,7 +136,6 @@ sub check_rpm { if (!$in->do_pkgs->is_installed($rpm)) { if ($in->ask_okcancel("error", N("%s is not installed\nClick \"Next\" to install or \"Cancel\" to quit", c::from_utf8($rpm)))) { $::testing and next; - print "\nINSTALLING $rpm\n"; if (!$in->do_pkgs->install($rpm)) { $::Wizard_finished = 1; $in->ask_okcancel("error", N("installation failed")); |