summaryrefslogtreecommitdiffstats
path: root/drakwizard.pl
diff options
context:
space:
mode:
Diffstat (limited to 'drakwizard.pl')
-rwxr-xr-xdrakwizard.pl39
1 files changed, 22 insertions, 17 deletions
diff --git a/drakwizard.pl b/drakwizard.pl
index e90104ed..40a9100c 100755
--- a/drakwizard.pl
+++ b/drakwizard.pl
@@ -38,24 +38,29 @@ $::Wiz_more_dir = "/etc/wizard.d/";
my $in = interactive->vnew;
my %wiz = (
- dhcp => ['Dhcp', N("DHCP server")],
- bind => ['Bind', N("DNS server")],
- inn => ['Inn', N("News server")],
- nfs => ['NFS', N("NFS server")],
- postfix => ['Postfix', N("Mail server")],
- proftpd => ['Proftpd', N("FTP server")],
- samba => ['Samba', N("Samba server")],
- sambashare => ['Sambashare', N("Manage Samba share")],
- sambaprint => ['Sambaprint', N("Manage Samba print")],
- squid => ['Squid', N("Proxy")],
- sshd => ['Sshd', N("OpenSSH daemon configuration")],
- ntp => ['Ntp', N("Time server")],
- apache2 => ['Apache', N("Apache2 web server"), { ver => 2 }],
- nisautofs => ['Nisautofs', N("NIS server autofs map")],
- installsrv => ['Installsrv', N("Linux Install server")],
- ldap => [ 'Ldap', N("ldap server")],
- );
+ 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")],
+ postfix => ['Postfix', N("Mail server")],
+ );
+# display all wizards
+-d "/usr/share/wizards/proxy_wizard" and %wiz = (
+ %wiz,
+ 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")],
+ proftpd => ['Proftpd', N("FTP server")],
+ %wiz,
+ );
foreach my $file (glob_("$::Wiz_more_dir/*.conf"))
{