From 0e0b2cccdab2de6f44d6e81c9ee57fa3620644fe Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Thu, 11 Mar 2004 10:01:24 +0000 Subject: add kolab Wizard --- Makefile | 3 ++- drakwizard.pl | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de71ad7f..f514c6af 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,8 @@ WIZ = dhcp_wizard\ nisautofs_wizard \ installsrv_wizard \ pxe_wizard \ - nfs_wizard + nfs_wizard \ + kolab_wizard OTHER = data\ po diff --git a/drakwizard.pl b/drakwizard.pl index d8411ebe..6036a475 100755 --- a/drakwizard.pl +++ b/drakwizard.pl @@ -51,6 +51,7 @@ my %wiz = ( nisautofs => ['Nisautofs', N("NIS server autofs map")], installsrv => ['Installsrv', N("Mandrake Install server")], pxe => ['Pxe', N("PXE server")], + kolab => ['Kolab', N("Kolab server")], ); @ARGV = grep { ! /^--/ } @ARGV; -- cgit v1.2.1