summaryrefslogtreecommitdiffstats
path: root/drakwizard.spec
blob: 77b42d8fdd63fb87bd0f8d061fa02d9d1dc428ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
%define name drakwizard
%define version 3.1
%define release %mkrel 2

Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Source1: %name.png
License: GPL
Group: System/Configuration/Other
Requires: perl-base, usermode, perl-Locale-gettext, drakxtools >= 9.1-0.4mdk, perl-Libconf >= 0.39.19, drakwizard-base = %{version}-%{release}
BuildRequires: gettext-base, perl-base
Buildroot: %{_tmppath}/%{name}
BuildArch: noarch
Prefix: %{_prefix}
Obsoletes: wizards_lib-dhcp wizards_lib-ftp wizards_lib-web wizards_lib wizard wizards_lib-time wizards_lib-global wizards_lib-dns wizards_lib-server wizards_lib-proxy wizards_lib-db wizards_lib-news wizards_lib-firewall wizards_lib-client wizards_lib-common wizards_lib-postfix
Provides: wizards_lib-dhcp wizards_lib-ftp wizards_lib-web wizards_lib wizard wizards_lib-time wizards_lib-global wizards_lib-dns wizards_lib-server wizards_lib-proxy wizards_lib-db wizards_lib-news wizards_lib-firewall wizards_lib-client wizards_lib-common wizards_lib-postfix
Summary: Wizard Launcher and its collection of wizards
URL: http://qa.mandriva.com/twiki/bin/view/Main/DrakWizard

%description
drakwizard allows you to launch :
- server wizard: configures basic services.
- global wizard: wizard that launch each other.
- dhcpd, dns, ftp, nis, ldap, apache, news,
  time wizards, ssh.
http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/wizard_perl

%package base
Summary: Base of Wizard Launcher
Group: System/Configuration/Other
Conflicts: drakwizard < 3.0-1mdk

%description base
wizard
- postfix, samba, web

%prep
%setup -q -n %{name}

%build

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_DIR/$RPM_PACKAGE_NAME

%files base -f %{name}.lang
%defattr(-,root,root)
%doc TODO README.adding_wizard
%config(noreplace) %_sysconfdir/gnome-vfs-2.0/vfolders/*
%_sbindir/drakwizard
%{perl_vendorlib}/MDK/Wizard/Apache.pm
%{perl_vendorlib}/MDK/Wizard/Postfix.pm
%{perl_vendorlib}/MDK/Wizard/Varspaceval.pm
%{perl_vendorlib}/MDK/Wizard/Wizcommon.pm
%{perl_vendorlib}/MDK/Wizard/Wizcommon_gtk2.pm
%{perl_vendorlib}/MDK/Wizard/IFCFG.pm
%{perl_vendorlib}/MDK/Wizard/Samba.pm
%{perl_vendorlib}/MDK/Wizard/Sambaprint.pm
%{perl_vendorlib}/MDK/Wizard/Sambashare.pm
%_datadir/wizards/postfix_wizard/*
%_datadir/wizards/samba_wizard/*
%_datadir/wizards/desktop/*

%files -f %{name}.lang
%defattr(-,root,root)
%{perl_vendorlib}/MDK/Wizard/Bind.pm
%{perl_vendorlib}/MDK/Wizard/Dhcp.pm
%{perl_vendorlib}/MDK/Wizard/Inn.pm
%{perl_vendorlib}/MDK/Wizard/Installsrv.pm
%{perl_vendorlib}/MDK/Wizard/ldapdef.pm
%{perl_vendorlib}/MDK/Wizard/Ldap.pm
%{perl_vendorlib}/MDK/Wizard/NFS.pm
%{perl_vendorlib}/MDK/Wizard/Nisautofs.pm
%{perl_vendorlib}/MDK/Wizard/Ntp.pm
%{perl_vendorlib}/MDK/Wizard/Proftpd.pm
%{perl_vendorlib}/MDK/Wizard/Squid.pm
%{perl_vendorlib}/MDK/Wizard/Sshd.pm
%{perl_vendorlib}/MDK/Wizard/Kolab.pm
%_datadir/wizards/nfs_wizard
%_datadir/wizards/sshd_wizard
%_datadir/wizards/ldap_wizard
%_datadir/wizards/dhcp_wizard
%_datadir/wizards/dns_wizard
%_datadir/wizards/ftp_wizard
%_datadir/wizards/news_wizard
%_datadir/wizards/proxy_wizard

%changelog
* Fri Mar  2 2007 Antoine Ginies <aginies@mandriva.com> 3.1-2mdv2007.1
- fix #12581, #15214 and #21698 , thanks to neoclust for the patch

* Sat Sep 16 2006 Thierry Vignaud <tvignaud@mandriva.com> 3.1-1mdv2007.0
- updated translations

* Wed Sep 13 2006 Antoine Ginies <aginies@mandriva.com> 3.0-29mdv2007.0
- fix bug #25508 : DNS configuration crashes after putting an ip address into the External DNS
  field.
- update all PO files (thx all translators)

* Wed Jun 21 2006 Antoine Ginies <aginies@mandriva.com> 3.0-28mdv2007.0
- add a third NTP server server
- fix layout of various wizards
- remove sambaprint wizard (user should now use draksambashare)
- fix ftp default port to 21
- disable kolab and inn wizards (don't know how to use/fix them, help welcome)
- fix default image
- fix ask_warn in NIS wizard

* Tue Jun 20 2006 Antoine Ginies <aginies@mandriva.com> 3.0-27mdv2007.0
- fix problem of fixed list and value in summary

* Tue Jun 20 2006 Antoine Ginies <aginies@mandriva.com> 3.0-26mdv2007.0
- fix ask_warn bug (#21550)
- Samba wizard ask for netbios server name (#18480)
- fix postfix message size limit (#22145)

* Thu Mar 16 2006 Antoine Ginies <aginies@mandriva.com> 3.0-25mdk
- remove default password in kolab server

* Wed Feb 15 2006 Antoine Ginies <aginies@mandriva.com> 3.0-24mdk
- fix bug #20162
- do not install packages in testing mode (tvignaud)
- blino: 
   * bug #20360
   * use the new wizards API
   * use wizards::check_rpm
   * simplify and perl_checker style
   * rename wizards hash to avoid confusion
   * bless directly the wizard object instead of wrapping it in a hash
   * drop old wizard stuff, use the wizards module
   * fix additionnal wizard detection

* Tue Nov 29 2005 Antoine Ginies <aginies@n3.mandriva.com> 3.0-23mdk
- misc fix bug #19999

* Fri Sep  9 2005  <guibo@guibpiv.guibland.com> 3.0-22mdk
- Bind: fix serial pb. (#17886)
- Fix Samba wizard.
- Kolab: answer yes to erase old conf if needed

* Thu Sep  8 2005 Antoine Ginies <aginies@n1.mandriva.com> 3.0-21mdk
- fix gtk_log box output
- fix kolab wizard

* Tue Sep  6 2005 Antoine Ginies <aginies@n1.mandriva.com> 3.0-20mdk
- NTP: fix bug #18193 (pb with progressbar), banner
- Apache: banner, bug #18131
- Dhcp: fix next/back pb, banner
- Proxy, Ldap, Bind, FTP, NFS, Postfix: fix missing banner
- Nis: test nisdomainame value, fix missing banner

* Mon Sep  5 2005 Antoine Ginies <aginies@n1.mandriva.com> 3.0-19mdk
- major update of PO files (thx all translators)
- Web: fix user directory problem

* Wed Aug 31 2005 Antoine Ginies <aginies@n1.mandriva.com> 3.0-18mdk
- Fix icon pb in banner
- fix Ldap Wizard

* Mon Aug 29 2005  Antoine Ginies <aginies@n1.mandriva.com> 3.0-17mdk
- Postfix: fix masquerade domains misconfiguration
- Sambashare: various fix (public, write list)
- update all PO files (thx all translators)
- use new icons (thx ln)

* Mon Aug 22 2005 Antoine Ginies <aginies@n1.mandriva.com> 3.0-16mdk
- various improvement in sambashare wizard

* Wed Aug 10 2005 Antoine Ginies <aginies@n1.mandriva.com> 3.0-15mdk
- fix install server wizard
- cosmetic fix in drakwizard
- various fix to be able to re run drakwizard in console mode (#16839)

* Tue Aug  9 2005 Antoine Ginies <aginies@n1.mandriva.com> 3.0-14mdk
- split into drakwizard, and drakwizard-base
- update all PO files (thx all translators)
- remove entry in menu

* Mon Aug  8 2005  Antoine Ginies <aginies@n1.mandriva.com> 3.0-13mdk
- FTP: fix bug #16899
- Squid: fix bug #17112 
- Postfix: fix bug #17207
- Ntp: use timezone #15630

* Wed Jul 13 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 3.0-12mdk
- various fix in sambashare
- add sambaprinters wizard
- various fix in samab wizard (thx kikim test)
- fix apache DocumentRoot pb

* Tue Jul 5 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 3.0-11mdk
- fix Missing file (Postfix Wizard Bug 16664)
- add a progress bar fonction
- Install server: use progress bar to see copy status
- Ntp: use progress bar to see NTP query status
- various typo fix
- Apache: fix user_mod (Bug 16688)

* Thu Jun 30 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 3.0-10mdk
- fix apache wizard require
- fix postfix default configuration file
- Install server wizard: add help ans some information

* Wed Jun 29 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 3.0-9mdk
- Ssh: fix ergo, glueconf support tabulation
- Samba: 
         - use samba.conf.default instead of smb.conf.clean
         - fix resolv name order option (samba wizard)
- Sambashare:
         - re-enable valid|write list
         - test if samba use exist
         - support more than one user (fix sambapasswd)
- add Sambaprint wizard (need various improvement/test/debug)
- Apache: fix wizard since rpm numbering change (thx Raphaël Gertz)

* Tue Jun  7 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 3.0-8mdk
- add ssh wizard
- various fix in Samba and Sambashare wizard:
	- create sambauser
	- remove unwanted option (read list, admin users)
	- test directory
	- fix some typo in tips
- fix IFCFG.pm (blino)

* Tue Jun  7 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 3.0-7mdk
- fix Postfix wizard (thx again anne /test/report/debug)
- FTP: can choose ServerName or port number, add some tips

* Mon Jun  6 2005  Antoine Ginies <aginies@n1.mandrakesoft.com> 3.0-6mdk
- Samba: use smb.conf.clean if no /etc/samba/smb.conf exist
- Postfix: new release

* Wed Jun 1 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 3.0-5mdk
- fix some rpmlint error
- various fix in Samba and Sambashare wizard

* Wed Jun  1 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 3.0-4mdk
- add Wizard to Manage Samba share
- various fix and improvement in Samba wizard
- add Wizard menu

* Tue May 31 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 3.0-3mdk
- add share management
- various fix in pdc and bdc mode
- add more options (pdc, bdc, standalone mode)
- require libconf 0.39.16 (in fact nightly build release)

* Mon May 30 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 3.0-2mdk
- Samba wizard:
      * detect previous Samba type
      *	add more tips
      * add more information
      * add more help
      * add LDAP configuration
      * add more test

* Thu May 26 2005 Antoine Ginies <aginies@n1.mandriva.com> 3.0-1mdk
- use libconf in Samba Wizard
- Clean Proftpd and Nisautofs  

* Mon Apr 11 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 2.15-6mdk
- fix password pb in ldap wizard (Bug 15214)

* Thu Apr  7 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 2.15-5mdk
- remove mandrakelinux strings
- fix Linux install server

* Fri Apr  1 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 2.15-4mdk
- remove kolab wizard

* Tue Mar 29 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 2.15-3mdk
- fix ldap wizard

* Fri Mar 18 2005 Antoine Ginies <aginies@n1.mandrakesoft.com> 2.15-2mdk
- fix ldap root passwd (padbol)
- update po

* Thu Jan 27 2005 Antoine Ginies <aginies@mandrakesoft.com> 2.15-1mdk
- remove nis configuration client (included in drakauth)
- fix autofs map (hardcoded nis path :/) thx Fabrice Facora
- improve Hostname and domainename test

* Mon Oct  4 2004 Antoine Ginies <aginies@n1.mandrakesoft.com> 2.14-10mdk
- fix kolab wizard (needed_rpm, call correct kolab_boostrap script)

* Thu Sep 30 2004 Antoine Ginies <aginies@n1.mandrakesoft.com> 2.14-9mdk
- fix smb smb.conf s/;/#/ to workaround a bug... (thx misc Buchan)
- Check hostname and domainname Add service ldap stop when delete conf

* Wed Sep  8 2004 Antoine Ginies <aginies@n1.mandrakesoft.com> 2.14-8mdk
- fix drakwizard in console mode
- update po

* Tue Sep  7 2004 guibo <aginies@mandrakesoft.com> 2.14-7mdk
- fix pb of Dhcpd.conf and dhcpd_interface
- NIS wizard: fix pb of nsswitch.conf file
- fix samba share directory pb
 
* Tue Aug 31 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.14-6mdk
- working LDAP wizard

* Tue Aug 10 2004 Antoine Ginies <aginies@n1.mandrakesoft.com> 2.14-5mdk
- fix Samba printer pb
- fix permit root login under Proftpd

* Mon Aug  9 2004 Antoine Ginies <aginies@n1.mandrakesoft.com> 2.14-4mdk
- reload nfs in Mandrakelinux install server 
- typo fix in Samba wizard 
- DNS: now can remove host in dns, add increment serial
- remove drakwizard pxe (now use drakpxelinux please)

* Thu Jul 29 2004 Antoine Ginies <aginies@n1.mandrakesoft.com> 2.14-3mdk
- fix kolab needed_rpm
- Samba: fix pb of "enable share"
- fix squid config (missing visible_hostname) 
- thx nico-labs for all test

* Thu Jul 29 2004 mdkc <mdkc@dhcp114.mandrakesoft.com> 2.14-2mdk
- force apache2 (remove apache1.3 wizard)

* Thu Jul 29 2004 Antoine Ginies <aginies@n2.mandrakesoft.com> 2.14-1mdk
- DNS: fix dnsdoimaine test
- DHCP: fix interface choice  

* Tue Jul 27 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.13-1mdk
- DHCP and NFS wizards: popup error messages
- DHCP wizard:
  o run more checks
  o display more meaningful error messages
- translation snapshot

* Thu Mar 25 2004 Antoine Ginies <aginies@mandrakesoft.com> 2.12-4mdk
- new fix kolab installtion pb.

* Thu Mar 25 2004 Antoine Ginies <aginies@mandrakesoft.com> 2.12-3mdk
- fix kolab installation problem (misc)

* Tue Mar 23 2004 guibo Antoine Ginies <aginies@mandrakesoft.com> 2.12-2mdk
- set default RAMsize to 48000
- updated po

* Thu Mar 18 2004 Antoine Ginies <aginies@no.mandrakesoft.com> 2.12-1mdk
- NFS, Bind: add information
- Kolab.pm: security: hide password (tv)
- updated po 

* Fri Mar 12 2004 Antoine Ginies <aginies@no.mandrakesoft.com> 2.11-6mdk
- Kolab: fix typo error in bn_pwd
- Postfix: fix pb of relayhost
- Samba: fix printer sharing appear when not selected 

* Thu Mar 11 2004 Antoine Ginies <aginies@mandrakesoft.com> 2.11-5mdk
- kolab: fix password PB

* Thu Mar 11 2004 Antoine Ginies <aginies@mandrakesoft.com> 2.11-4mdk
- updated po
- add kolab Wizard
- Postfix: fix cannonical pb 
- PXE: fix Menu problem
- DNS: cant access add/remove hosts if host is a DNS slave

* Mon Mar  1 2004 Antoine Ginies <aginies@mandrakesoft.com> 2.11-3mdk
- remove --auto-select when installing autofs rpm.

* Thu Feb 26 2004  Antoine Ginies <aginies@mandrakesoft.com> 2.11-2mdk
- bug fix in Pxe.pm
- updated po
- typos and grammar recommendation (M.Bukovjan)

* Fri Feb 13 2004 Warly <warly@mandrakesoft.com> 2.11-1mdk
- some ntp stricter config setting
- bug fix in PXE (option in all.rdz boot)

* Thu Feb 12 2004 Antoine Ginies <aginies@mandrakesoft.com> 2.10-3mdk
- fix option in PXE wizard
- typo fixes

* Wed Feb 11 2004 Antoine Ginies <aginies@mandrakesoft.com> 2.10-2mdk
- check httpd for apache-1.3, httpd2 for apache2 (V.Meyer bug report)
- fix problem of DNS master wizard
- updated po file

* Tue Feb 10 2004 Warly <warly@mandrakesoft.com> 2.10-1mdk
- fix list_printers function
- readd ENV{__WIZ_HOME__} variable to be able to test directly from the CVS tree
- change "choose a country" to "choose a city"
- bug fix in PXE (add all.rdz boot image)

* Mon Feb  2 2004 guibo <guibo@xp2400.guibland.com> 2.9-5mdk
- typo fixes
- Samba wizard now working (no more printers share for the moment)
- fix drakwizard Postfix internal mail configuration
- use dnsdomainame instead of domainane
- use IPADDR or result of ip addr show dev eth?
- add check_started in Wizcommon.pm (all wizards will use it)

* Fri Jan 30 2004 Antoine Ginies <aginies@mandrakesoft.com> 2.9-4mdk
- fix error (pxe was unable to read old conf in boot image)
- updated po file.
- add image in Mandrake Install server wizard

* Wed Jan 28 2004 Antoine Ginies <aginies@bi.mandrakesoft.com> 2.9-3mdk
- PXE wizard: now can enable/disable PXE in dhcpd.conf
- FTP wizard: fix problem of External FTP server ACL
- Proy Wizard: val to fixed_val in summary

* Tue Jan 27 2004 Antoine Ginies <aginies@mandrakesoft.com> 2.9-2mdk
- DNS wizard: 
	- add comment in db.DOMAINANME.hosts and db.ipreverse.hosts
	- needed_rpm bind
	- fix pb of remove host
	- clear CLIENTNAME CLIENTIP when add a new host
- FTP wizard:
	- add test of bash in /etc/shells
	- rewrite fonction to allow/deny from internet/intranet
	- force selection of intranet or internet to continue wizard
- NIS with Autofs Wizard:
	- fix waiting screen
	- fix pb of nisdomainname check
	- refer to correct image name (nisautofs.png)
- PXE wizard:
	- add domainanme test
	- now configure /etc/pxe.conf
	- correct pb of previous button
	- fix problem of list image
	- add loop mode in add/remove PXE boot image
	- split modify step to fit wizard window
- all Wizard:
	- typo fixes
	- perl_checker compliant
- thx tv, erwan, nonotor, docteam for bug report :-)

* Tue Jan 20 2004 Antoine Ginies <aginies@mandrakesoft.com> 2.9-1mdk
- DHCP server: add PXE support
- DNS wizard: add check procedure
- NIS+autofs wizard: check nisdomainname
- FTP wizard: new options
- mail wizard: some fix in 
- merge bind_client and bind wizard in renwed bind wizard
  (slave/master config, add/remove host)
- Mandrake install Wizard: restart needed service
- new PXE wizard: PXE configuration, add/remove/modify boot images

* Mon Dec 22 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.8-2mdk
- rebuild for new drakxtools due to latest rpm policy regarding perl
  dependancies
- fix layout in apache wizard messages
- new NIS wizard

* Tue Dec 09 2003 Warly <warly@mandrakesoft.com> 2.8-1mdk
- fix samba wizard reading of old conf (printers and denied and allowed hosts)

* Mon Nov 17 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.7-1mdk
- fix a few remaining i18n/l10n issues (also know as the infamous
  xgettext vs perl escaped strings fight)

* Mon Nov 17 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.6-3mdk
- time wizard: fix broken layout on time server error which result in
  80% of the explanation not to be displayed and in hidding the "next"
  button
- fix doble message in Samba wizard
- translate:
  o some untranslated strings
  o entries in wizards pull-down menu in main drakwizard interface
  o wizard's main window titles
- translation updates (cy, et, eu, fr, pt_BR, uz)

* Fri Nov 14 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.6-2mdk
- translation updates
- fix dhcp wizard

* Wed Nov 05 2003 Warly <warly@mandrakesoft.com> 2.6-1mdk
- fix ntp wizard bad conf saving
- fix dns_client wrong config for reverse name search
- fix ntpd server wrong shut down at wizard first setup
- fix anonymous mode for ftpwizard

* Fri Sep 19 2003 Warly <warly@mandrakesoft.com> 2.5-1mdk
- spell fixes
- update po

* Wed Sep 17 2003 Warly <warly@mandrakesoft.com> 2.4-1mdk
- better ip checking in dhcp
- better string displaying in error and warning
- check that the wizard is run as root

* Mon Sep 15 2003 Warly <warly@mandrakesoft.com> 2.3-1mdk
- fix postfix bad strings
- fix samba printer exporting

* Sat Sep 13 2003 Warly <warly@mandrakesoft.com> 2.2-1mdk
- fix apache config
- fix squid config
- separate region and country in time server
- fix samba server
- fix inn server
- fix nfs server
- fix ftp server
- fix dns_client server

* Tue Sep 02 2003 Warly <warly@mandrakesoft.com> 2.1-1mdk
- complete squid/proftpd/inn wizard
- add own images to wizards
- add boolean list handling

* Fri Aug 22 2003 Warly <warly@mandrakesoft.com> 2.0-1mdk
- remove all the XML/shell part, now it is just perl
- everything should be broken
- squid/proftpd/inn are not yet ported

* Fri Aug 08 2003 David Baudens <baudens@mandrakesoft.com> 1.8-2mdk
- Update banners

* Tue Mar 11 2003 Warly <warly@mandrakesoft.com> 1.8-1mdk
- ntp wizard add the server name in the ntp.conf file (bug 534)

* Tue Mar 11 2003 David BAUDENS <baudens@mandrakesoft.com> 1.7-2mdk
- Update banners

* Sun Mar 09 2003 Warly <warly@mandrakesoft.com> 1.7-1mdk
- set server ip as dns if 127.0.0.1 is the server nameserver

* Sat Mar 08 2003 Warly <warly@mandrakesoft.com> 1.6-1mdk
- do not choose 127.0.0.1 in dhcp server wizard if another dns is available

* Wed Mar 05 2003 Warly <warly@mandrakesoft.com> 1.5-1mdk
- remove firewall wizard
- try to fix server wizard (unused anyway)

* Mon Mar 03 2003 Warly <warly@mandrakesoft.com> 1.4-1mdk
- gc fixes UTF8 problem

* Sun Mar 2 2003 Warly <warly@mandrakesoft.com> 1.3-1mdk
- start nfs server at the end of nfs wizard
- add dns and gateway in dhcp server config, remove nis, netbios and others
- add apache2 wizard
- compute a correct domainame, dns and gateway in IFCFG.pm
- replace shell function for chek_masquerade and check_relay by perl ones
- restart postfix at the end of postfix configuration
- fix summary not returning right combo boxes and boolean values
- remove unused dir field in ftp wizard

* Thu Dec 19 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 1.1-1mdk
- fix to get png images with gtk2

* Mon Nov 18 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 1.0-4mdk
- Fixed FTP wizard install

* Wed Nov 13 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 1.0-3mdk
- s|_(||N(|

* Tue Nov  5 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 1.0-2mdk
- Oops (silly rpm -ba instead of make rpm).

* Mon Nov  4 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 1.0-1mdk
- Summary mode (expert mode, no help, all on the same page)
- Greyed fields depending on configuration.
- Scrollbar bugfix
- Dynamique checkbox list
- i18n/XML typo bug fix.
- Samba : shared printers selection, access restriction.
- NFS : improved parser, confirmation page.

* Thu Oct 29 2002 Stefan van der Eijk <stefan@eijk.nu> 0.2-14mdk
- BuildRequires: gettext perl-XML-Parser

* Fri Sep 20 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.2-13mdk
- added chooser for acces restriction for NFS
- dns (test /etc/named.conf)
- time fix (infinite while when ntp server unreachable) 
- require leafnode for news wizard

* Thu Sep 12 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.2-12mdk
- fix i18n typo
- test and cp /etc/sysconfig/network-scripts/draknet_conf to .../drakconnect_conf

* Fri Sep  6 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.2-11mdk
- SAMBA : s|samba-server|samba|
- DHCP : not authoritative
	 added check()

* Fri Sep  6 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.2-10mdk
- Web : require apache instead of apache-conf
- DHCP: test if is already a dhcp client,
	test dhcpd.conf before cp,
	temporary no check for ip range
- NTP:	test before copying step-tickers,
	fixed bug in cp of zoneinfo

* Thu Sep  5 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.2-9mdk
- Fixed time wizard install
- Added some msgid in .pot generation.
- s|Configure button|Next button|

* Thu Sep  5 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.2-8mdk
- New icons
- Fixed postfix

* Thu Aug 29 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.2-7mdk
- Fixed time wizard (better chooser support)
- Traduction improvements.
- Fixed dhcp and postfix scripts bug.
- Added nfs wizard.

* Tue Aug 27 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.2-6mdk
- Postfix conf bug fix.
- Removed those DEBUG page that make navigation buggy
- No check for old net conf.

* Fri Aug 23 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.2-5mdk
- Added wizard's png icons
- Added samba home acces fonctionnality
- Add support for server-settings: for GNOME 2 (fcrozat)
- Wiz cleanup.

* Tue Aug 20 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.2-4mdk
- Wizard chooser if launched without arguments and a lot of bug fixes.

* Tue Aug 13 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.2-3mdk
- use of drakconnect db for web, ftp and samba wizards.

* Mon Aug 12 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.2-2mdk
- proftpd support

* Fri Aug  9 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.2-1mdk
- i18n support

* Wed Aug  7 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.1-7mdk
- No "prev" when it is impossible.

* Tue Aug  6 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.1-6mdk
- A lot of bug fixes in wiz files
- Added chooser support.

* Fri Aug  2 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.1-5mdk
- Added sub wizard support

* Fri Aug  2 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.1-4mdk
- Server wizard navigation bugs fixes.

* Thu Aug  1 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.1-3mdk
- Dns wizard bug fixes and optimisations
- Set isWizard

*  Wed Jul 31 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.1-2mdk
- Added require perl-XML-Parser and a Provides section.

*  Fri Jul 25 2002 Arnaud Desmons <adesmons@mandrakesoft.com> 0.1-1mdk
- First packaging