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 9c5cc6a2..e75b5230 100755
--- a/drakwizard.pl
+++ b/drakwizard.pl
@@ -49,7 +49,8 @@ my %wiz = (
samba => ['Samba', N("Samba server")],
squid => ['Squid', N("Proxy")],
ntp => ['Ntp', N("Time server")],
- apache2 => ['Apache', N("Apache2 web server"), { ver => 2 }]
+ apache2 => ['Apache', N("Apache2 web server"), { ver => 2 }],
+ nisautofs => ['Nisautofs', N("Nis server + Autofs")],
);
if (!defined($wiz{$ARGV[0]})) {