diff options
Diffstat (limited to 'drakwizard.pl')
-rwxr-xr-x | drakwizard.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drakwizard.pl b/drakwizard.pl index 6689560b..e3b7410f 100755 --- a/drakwizard.pl +++ b/drakwizard.pl @@ -42,7 +42,7 @@ my %all_wizards = ( apache2 => [ 'Apache', N("Apache2 web server"), { ver => 2 } ], samba => [ 'Samba', N("Samba server") ], sambashare => [ 'Sambashare', N("Manage Samba share") ], - sambaprint => [ 'Sambaprint', N("Manage Samba print") ], +# 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") ], @@ -53,9 +53,9 @@ my %all_wizards = ( ntp => [ 'Ntp', N("Time server") ], dhcp => [ 'Dhcp', N("DHCP server") ], bind => [ 'Bind', N("DNS server") ], - inn => [ 'Inn', N("News server") ], +# inn => [ 'Inn', N("News server") ], nfs => [ 'NFS', N("NFS server") ], - kolab => [ 'Kolab', N("Kolab server") ], +# kolab => [ 'Kolab', N("Kolab server") ], proftpd => [ 'Proftpd', N("FTP server") ], ), ); |