diff options
author | Nicolas Vigier <nvigier@mandriva.com> | 2008-03-18 22:08:22 +0000 |
---|---|---|
committer | Nicolas Vigier <nvigier@mandriva.com> | 2008-03-18 22:08:22 +0000 |
commit | 8b72f8835b30ee54324080927b90bf268e11519e (patch) | |
tree | 001a2c5912c85634c1a1a8ccd020116b3feb945f /sshd_wizard | |
parent | f761df8220985dd05d7ac51d6d071395b776fa9a (diff) | |
download | drakwizard-8b72f8835b30ee54324080927b90bf268e11519e.tar drakwizard-8b72f8835b30ee54324080927b90bf268e11519e.tar.gz drakwizard-8b72f8835b30ee54324080927b90bf268e11519e.tar.bz2 drakwizard-8b72f8835b30ee54324080927b90bf268e11519e.tar.xz drakwizard-8b72f8835b30ee54324080927b90bf268e11519e.zip |
fix syntax error
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", }; |