summaryrefslogtreecommitdiffstats
path: root/drakwizard.pl
diff options
context:
space:
mode:
Diffstat (limited to 'drakwizard.pl')
-rwxr-xr-xdrakwizard.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/drakwizard.pl b/drakwizard.pl
index 06902ba0..e30a7cf6 100755
--- a/drakwizard.pl
+++ b/drakwizard.pl
@@ -36,7 +36,7 @@ $::Wizard_title = "Drakwizard";
$::Wiz_dir = '/usr/share/wizards/';
$::Wiz_more_dir = "/etc/wizard.d/";
my $in = interactive->vnew;
-
+
my %wiz = (
dhcp => ['Dhcp', N("DHCP server")],
bind => ['Bind', N("DNS server")],
@@ -45,6 +45,7 @@ my %wiz = (
postfix => ['Postfix', N("Mail server")],
proftpd => ['Proftpd', N("FTP server")],
samba => ['Samba', N("Samba server")],
+ sambashare => ['Sambashare', N("Manage Samba share")],
squid => ['Squid', N("Proxy")],
ntp => ['Ntp', N("Time server")],
apache2 => ['Apache', N("Apache2 web server"), { ver => 2 }],