diff options
-rw-r--r-- | Makefile | 1 | ||||
-rwxr-xr-x | drakwizard.pl | 1 | ||||
-rw-r--r-- | drakwizard.spec | 6 |
3 files changed, 5 insertions, 3 deletions
@@ -11,7 +11,6 @@ WIZ_HOME=/usr/share/wizards/ PERL_VENDORLIB=$(shell eval "`perl -V:installvendorlib`"; installvendorlib=$${installvendorlib\#/usr}; echo $$installvendorlib) WIZ = dhcp_wizard\ - client_wizard\ dns_wizard\ postfix_wizard\ samba_wizard\ diff --git a/drakwizard.pl b/drakwizard.pl index 8c51e8ad..5642fc3b 100755 --- a/drakwizard.pl +++ b/drakwizard.pl @@ -40,7 +40,6 @@ my %wiz = ( apache => ['Apache', N("Apache web server")], dhcp => ['Dhcp', N("Dhcp server")], bind => ['Bind', N("Dns (configuration)")], - bind_client => ['Bind_client', N("Dns (add client)")], inn => ['Inn', N("News server")], nfs => ['NFS', N("NFS server")], postfix => ['Postfix', N("Mail server")], diff --git a/drakwizard.spec b/drakwizard.spec index 91d34398..4c0f106a 100644 --- a/drakwizard.spec +++ b/drakwizard.spec @@ -1,6 +1,6 @@ %define name drakwizard %define version 2.8 -%define release 3mdk +%define release 4mdk Name: %{name} Version: %{version} @@ -49,6 +49,10 @@ rm -rf $RPM_BUILD_DIR/$RPM_PACKAGE_NAME %{perl_vendorlib}/MDK/ %changelog +* Mon Jan 19 2004 Antoine Ginies <aginies@mandrakesoft.com> 2.8-4mdk +- new Bind wizard (slave/master config, add/remove host) +- no more need of bind_client wizard + * Thu Jan 15 2004 Antoine Ginies <aginies@mandrakesoft.com> 2.8-3mdk - new Pxe wizard: set default PXE configuration and add/remove/modify img - Mandrake install Wizard |