From 8b72f8835b30ee54324080927b90bf268e11519e Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 18 Mar 2008 22:08:22 +0000 Subject: fix syntax error --- sshd_wizard/Sshd.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sshd_wizard') 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", }; -- cgit v1.2.1