summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rwxr-xr-xdrakwizard.pl3
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27bf5482..902a569d 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ WIZ = dhcp_wizard\
ftp_wizard\
news_wizard\
proxy_wizard\
+ nisautofs_wizard \
nfs_wizard
OTHER = data\
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]})) {