From a1c213f9905815835dfc4aecb91c7663da28a3fe Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 1 Jun 2005 05:31:50 +0000 Subject: add sambashare in menu --- drakwizard.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }], -- cgit v1.2.1