summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdrakwizard.pl16
1 files 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") ],
),