From 6cbb36b56d99fcee921a2fd35609bf425758a25c Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 19 Feb 2008 13:16:39 +0000 Subject: disable heavely broken drakwizard --- drakwizard.pl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drakwizard.pl b/drakwizard.pl index e3b7410f..ad92b6c3 100755 --- a/drakwizard.pl +++ b/drakwizard.pl @@ -40,21 +40,21 @@ my $in = interactive->vnew; my %all_wizards = ( apache2 => [ 'Apache', N("Apache2 web server"), { ver => 2 } ], - samba => [ 'Samba', N("Samba server") ], - sambashare => [ 'Sambashare', N("Manage Samba share") ], +# samba => [ 'Samba', N("Samba server") ], +# sambashare => [ 'Sambashare', N("Manage Samba share") ], # sambaprint => [ 'Sambaprint', N("Manage Samba print") ], # user should use draksambashare - postfix => [ 'Postfix', N("Mail server") ], - if_(member('proxy_wizard', all($::Wiz_dir)), - nisautofs => [ 'Nisautofs', N("NIS server autofs map") ], - installsrv => [ 'Installsrv', N("Linux Install server") ], - ldap => [ 'Ldap', N("ldap server") ], +# postfix => [ 'Postfix', N("Mail server") ], +# if_(member('proxy_wizard', all($::Wiz_dir)), +# nisautofs => [ 'Nisautofs', N("NIS server autofs map") ], +# installsrv => [ 'Installsrv', N("Linux Install server") ], +# ldap => [ 'Ldap', N("ldap server") ], squid => [ 'Squid', N("Proxy") ], sshd => [ 'Sshd', N("OpenSSH daemon configuration") ], ntp => [ 'Ntp', N("Time server") ], dhcp => [ 'Dhcp', N("DHCP server") ], bind => [ 'Bind', N("DNS server") ], # inn => [ 'Inn', N("News server") ], - nfs => [ 'NFS', N("NFS server") ], +# nfs => [ 'NFS', N("NFS server") ], # kolab => [ 'Kolab', N("Kolab server") ], proftpd => [ 'Proftpd', N("FTP server") ], ), -- cgit v1.2.1