summaryrefslogtreecommitdiffstats
path: root/drakwizard.pl
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-21 14:57:07 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-21 14:57:07 +0000
commit9afc8858a1c0a16a6237ea897c789ed0049fc59a (patch)
tree1eda55b975ec810a6547c40c1202e2fd3b86e107 /drakwizard.pl
parent2ab57ba7d52fe2d5f283950ddb30ac1655cc92cd (diff)
downloaddrakwizard-9afc8858a1c0a16a6237ea897c789ed0049fc59a.tar
drakwizard-9afc8858a1c0a16a6237ea897c789ed0049fc59a.tar.gz
drakwizard-9afc8858a1c0a16a6237ea897c789ed0049fc59a.tar.bz2
drakwizard-9afc8858a1c0a16a6237ea897c789ed0049fc59a.tar.xz
drakwizard-9afc8858a1c0a16a6237ea897c789ed0049fc59a.zip
upcase protocol names
Diffstat (limited to 'drakwizard.pl')
-rwxr-xr-xdrakwizard.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/drakwizard.pl b/drakwizard.pl
index 7c78bef2..f39db7c8 100755
--- a/drakwizard.pl
+++ b/drakwizard.pl
@@ -38,19 +38,19 @@ my $in = interactive->vnew;
my %wiz = (
apache => ['Apache', N("Apache web server")],
- dhcp => ['Dhcp', N("Dhcp server")],
- bind => ['Bind', N("Dns server")],
+ 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")],
+ proftpd => ['Proftpd', N("FTP server")],
samba => ['Samba', N("Samba server")],
squid => ['Squid', N("Proxy")],
ntp => ['Ntp', N("Time server")],
apache2 => ['Apache', N("Apache2 web server"), { ver => 2 }],
nisautofs => ['Nisautofs', N("NIS server autofs map")],
installsrv => ['Installsrv', N("Mdk Install server")],
- pxe => ['Pxe', N("Pxe server")],
+ pxe => ['Pxe', N("PXE server")],
);
if (!defined($wiz{$ARGV[0]})) {