diff options
Diffstat (limited to 'sshd_wizard')
-rwxr-xr-x | sshd_wizard/Sshd.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_wizard/Sshd.pm b/sshd_wizard/Sshd.pm index d9a28aa3..50acbe56 100755 --- a/sshd_wizard/Sshd.pm +++ b/sshd_wizard/Sshd.pm @@ -29,7 +29,7 @@ use Libconf::Templates; use Libconf::Glueconf::Networking::Sshd_config; -my $wiz = new MDK::Wizard:::Wizcommon; +my $wiz = new MDK::Wizard::Wizcommon; my $in = interactive->vnew; my $conf = "/etc/ssh/sshd_config"; my $DOMAINNAME = chomp_(`dnsdomainname`); @@ -53,7 +53,7 @@ my $o = { # $in->ask_warn(N('Error'), $msg); # die 'wizcancel'; # } - }, +# }, needed_rpm => [ 'openssh-server' ], defaultimage => "/usr/share/wizards/sshd_wizard/images/IC-Dssh-48.png", }; |