summaryrefslogtreecommitdiffstats
path: root/drakwizard.pl
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2003-12-15 10:14:26 +0000
committerAntoine Ginies <aginies@mandriva.com>2003-12-15 10:14:26 +0000
commitee0ec3916e118f32d77b3230df5dc6ae0d2d4bb5 (patch)
tree73a18aa1b170f2e7cf8ef5a7bc7a4d8c26dbf3ae /drakwizard.pl
parent955add1431f14e3159275698e45d2a5ed3877889 (diff)
downloaddrakwizard-ee0ec3916e118f32d77b3230df5dc6ae0d2d4bb5.tar
drakwizard-ee0ec3916e118f32d77b3230df5dc6ae0d2d4bb5.tar.gz
drakwizard-ee0ec3916e118f32d77b3230df5dc6ae0d2d4bb5.tar.bz2
drakwizard-ee0ec3916e118f32d77b3230df5dc6ae0d2d4bb5.tar.xz
drakwizard-ee0ec3916e118f32d77b3230df5dc6ae0d2d4bb5.zip
add nisautofs entry
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]})) {